staging: rtl8192e: Remove unused struct acm
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Mon, 23 Oct 2023 06:40:23 +0000 (08:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Oct 2023 10:56:39 +0000 (12:56 +0200)
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>
drivers/staging/rtl8192e/rtl819x_Qos.h

index 64a1e6aa501bf3f9732ef80b623b402c28be7721..9a9ef5fef6e0e16b9f478bcaf3ea91231999e5d0 100644 (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;