diff options
| author | John Whitmore <johnfwhitmore@gmail.com> | 2018-07-23 21:50:29 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-24 14:06:14 +0200 |
| commit | 90c7dbf0bb38941989bee70eaedf6c7e5955490e (patch) | |
| tree | 6173986fc810b935a9f597175fd3bdf8474aafa6 | |
| parent | 5f155b1de5339be2a4667ac245b996e2705a63f4 (diff) | |
| download | linux-90c7dbf0bb38941989bee70eaedf6c7e5955490e.tar.gz linux-90c7dbf0bb38941989bee70eaedf6c7e5955490e.zip | |
staging:rtl8192u: Remove unused structure ACM - Style
Remove the structure ACM as it is unused in code. This change is a coding
style change and should have no impact on runtime code execution.
Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h b/drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h index 49d9184f22ec..878c467e7b89 100644 --- a/drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h +++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h @@ -112,13 +112,6 @@ typedef union _TSPEC_BODY { } f; // Field } TSPEC_BODY, *PTSPEC_BODY; -typedef struct _ACM { -// u8 RegEnableACM; - u64 UsedTime; - u64 MediumTime; - u8 HwAcmCtl; // TRUE: UsedTime exceed => Do NOT USE this AC. It wll be written to ACM_CONTROL(0xBF BIT 0/1/2 in 8185B). -} ACM, *PACM; - typedef u8 AC_UAPSD, *PAC_UAPSD; #define GET_VO_UAPSD(_apsd) ((_apsd) & BIT(0)) |
