Skip to content

Commit

Permalink
staging:rtl8192u: Remove unused enumerated type ACM_METHOD - Style
Browse files Browse the repository at this point in the history
Remove the enumerated type ACM_METHOD as it is unused in code. This is
a coding style change and should not impact runtime code execution.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
John Whitmore authored and Greg Kroah-Hartman committed Jul 24, 2018
1 parent 2f20e91 commit 5f155b1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,6 @@ typedef union _TSPEC_BODY {
} f; // Field
} TSPEC_BODY, *PTSPEC_BODY;

//
// ACM implementation method.
// Annie, 2005-12-13.
//
typedef enum _ACM_METHOD {
eAcmWay0_SwAndHw = 0, // By SW and HW.
eAcmWay1_HW = 1, // By HW.
eAcmWay2_SW = 2, // By SW.
} ACM_METHOD, *PACM_METHOD;


typedef struct _ACM {
// u8 RegEnableACM;
u64 UsedTime;
Expand Down

0 comments on commit 5f155b1

Please sign in to comment.