staging: rtl8192e: Remove unused struct acm

Remove unused struct acm to shorten code.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/5cc31651cbf63e11c4172b4e42274dd862a7c310.1698042685.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Philipp Hortmann 2023-10-23 08:40:23 +02:00 committed by Greg Kroah-Hartman
parent b04885e7b9
commit 53561277c8

View File

@ -30,12 +30,6 @@ enum direction_value {
DIR_BI_DIR = 3,
};
struct acm {
u64 UsedTime;
u64 MediumTime;
u8 HwAcmCtl;
};
union qos_tclas {
struct _TYPE_GENERAL {
u8 Priority;