Commit 94973b63e1bdcd3e712d9199329c9a2141eb9139
Committed by
Greg Kroah-Hartman
1 parent
c07f972105
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
rtl8712: remove unused macros from rtl8712/wifi.h
Those definitions are not used anywhere in the kernel. If you know any reason why they should stay in the code please speak up! Signed-off-by: Przemo Firszt <przemo@firszt.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff
drivers/staging/rtl8712/wifi.h
... | ... | @@ -437,11 +437,7 @@ |
437 | 437 | #define _SSID_IE_ 0 |
438 | 438 | #define _SUPPORTEDRATES_IE_ 1 |
439 | 439 | #define _DSSET_IE_ 3 |
440 | -#define _TIM_IE_ 5 | |
441 | 440 | #define _IBSS_PARA_IE_ 6 |
442 | -#define _CHLGETXT_IE_ 16 | |
443 | -#define _RSN_IE_2_ 48` | |
444 | -#define _SSN_IE_1_ 221 | |
445 | 441 | #define _ERPINFO_IE_ 42 |
446 | 442 | #define _EXT_SUPPORTEDRATES_IE_ 50 |
447 | 443 |