These EEPROM bits actually defined whether HT/20 and HT/40 support
for the given channel is available. It isn't used yet; ar5416GetWirelessModes() needs to be taught about this rather than assuming HT20/HT40 is available.
This commit is contained in:
parent
5c892e7497
commit
f678fb43eb
@ -95,10 +95,10 @@
|
||||
|
||||
#define AR5416_OPFLAGS_11A 0x01
|
||||
#define AR5416_OPFLAGS_11G 0x02
|
||||
#define AR5416_OPFLAGS_5G_HT40 0x04
|
||||
#define AR5416_OPFLAGS_2G_HT40 0x08
|
||||
#define AR5416_OPFLAGS_5G_HT20 0x10
|
||||
#define AR5416_OPFLAGS_2G_HT20 0x20
|
||||
#define AR5416_OPFLAGS_N_5G_HT40 0x04 /* If set, disable 5G HT40 */
|
||||
#define AR5416_OPFLAGS_N_2G_HT40 0x08
|
||||
#define AR5416_OPFLAGS_N_5G_HT20 0x10
|
||||
#define AR5416_OPFLAGS_N_2G_HT20 0x20
|
||||
|
||||
/* RF silent fields in EEPROM */
|
||||
#define EEP_RFSILENT_ENABLED 0x0001 /* enabled/disabled */
|
||||
|
Loading…
x
Reference in New Issue
Block a user