mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 16:53:54 +08:00
wl18xx: change the number of WLAN addrs per chip
Each 18xx chip contains only 2 real MAC addresses usable for WLAN, forcing us to use the LAA bit approach to obtain a third MAC address. Signed-off-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
e65628691f
commit
1631020226
@ -38,7 +38,7 @@
|
||||
#define WL18XX_NUM_TX_DESCRIPTORS 32
|
||||
#define WL18XX_NUM_RX_DESCRIPTORS 32
|
||||
|
||||
#define WL18XX_NUM_MAC_ADDRESSES 3
|
||||
#define WL18XX_NUM_MAC_ADDRESSES 2
|
||||
|
||||
#define WL18XX_RX_BA_MAX_SESSIONS 13
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user