mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
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:
parent
b04885e7b9
commit
53561277c8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user