mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Remove dead code for other than USB
The vendor code has pieces of code for PCI, SDIO, and GSPI. Remove it and CONFIG_USB_HCI. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
c5e461c221
commit
0e4009c999
46 changed files with 78 additions and 1448 deletions
|
@ -44,20 +44,7 @@
|
|||
#define REASSOC_LIMIT (4)
|
||||
#define READDBA_LIMIT (2)
|
||||
|
||||
#ifdef CONFIG_GSPI_HCI
|
||||
#define ROAMING_LIMIT 5
|
||||
#else
|
||||
#define ROAMING_LIMIT 8
|
||||
#endif
|
||||
//#define IOCMD_REG0 0x10250370
|
||||
//#define IOCMD_REG1 0x10250374
|
||||
//#define IOCMD_REG2 0x10250378
|
||||
|
||||
//#define FW_DYNAMIC_FUN_SWITCH 0x10250364
|
||||
|
||||
//#define WRITE_BB_CMD 0xF0000001
|
||||
//#define SET_CHANNEL_CMD 0xF3000000
|
||||
//#define UPDATE_RA_CMD 0xFD0000A2
|
||||
#define ROAMING_LIMIT 8
|
||||
|
||||
#define DYNAMIC_FUNC_DISABLE (0x0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue