mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 00:29:36 -04:00
staging: rtl8192e: Remove unused constants
Remove unused constants: IC_VersionCut_C, IC_VersionCut_E, WA_IOT_TH_VAL Signed-off-by: Teddy Engel <engel.teddy@gmail.com> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/0ff436b8aa199829728ee11d0ed302e3fa6fd2ac.1718309120.git.engel.teddy@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
49432bf418
commit
f24974a699
@@ -88,9 +88,7 @@ enum version_8190_loopback {
|
||||
VERSION_8190_BE
|
||||
};
|
||||
|
||||
#define IC_VersionCut_C 0x2
|
||||
#define IC_VersionCut_D 0x3
|
||||
#define IC_VersionCut_E 0x4
|
||||
|
||||
enum rf_optype {
|
||||
RF_OP_By_SW_3wire = 0,
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
#define RATE_ADAPTIVE_TH_LOW_40M 10
|
||||
#define VERY_LOW_RSSI 15
|
||||
|
||||
#define WA_IOT_TH_VAL 25
|
||||
|
||||
#define E_FOR_TX_POWER_TRACK 300
|
||||
#define TX_POWER_NEAR_FIELD_THRESH_HIGH 68
|
||||
#define TX_POWER_NEAR_FIELD_THRESH_LOW 62
|
||||
|
||||
Reference in New Issue
Block a user