diff options
author | Eliad Peller <eliad@wizery.com> | 2014-02-10 15:47:23 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-14 00:20:15 +0400 |
commit | 32f0fd5b700064f821105be041d0075decc4ec64 (patch) | |
tree | efb6c5216fbd72e430e0a8ca8ee3869c45fcc98b /drivers/net/wireless/ti/wl18xx/wl18xx.h | |
parent | da08fdfaf09f161c923c9d2b7db2fba8cc9c457c (diff) | |
download | linux-32f0fd5b700064f821105be041d0075decc4ec64.tar.xz |
wlcore/wl12xx/wl18xx: configure max_stations per-hw
Each hw supports a different max stations (connected to the
same ap). add a new wl->max_ap_stations and use it instead
of the current common AP_MAX_STATIONS.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/wl18xx.h')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/wl18xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/wl18xx.h b/drivers/net/wireless/ti/wl18xx/wl18xx.h index 38174e996d8a..9785bf87c666 100644 --- a/drivers/net/wireless/ti/wl18xx/wl18xx.h +++ b/drivers/net/wireless/ti/wl18xx/wl18xx.h @@ -42,6 +42,7 @@ #define WL18XX_RX_BA_MAX_SESSIONS 5 +#define WL18XX_MAX_AP_STATIONS 8 #define WL18XX_MAX_LINKS 12 struct wl18xx_priv { |