aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>2011-11-24 06:36:34 -0500
committerKalle Valo <kvalo@qca.qualcomm.com>2011-11-24 07:35:31 -0500
commit5081c80c7d3fecf59fda79af6648d8c705822b34 (patch)
tree75b96c26f984751df668dc25eda165f3839cc93b /drivers/net
parent0bb4e30f13ce7c4e811ea5937f39d985f02a9aff (diff)
ath6kl: Increase the maximum number of connections in AP mode
The maximum number of clients which ath6kl can support in AP mode is 10. The limitation of 8 connections is only for older chipsets which ath6kl does not support. Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/ath/ath6kl/wmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/wmi.h b/drivers/net/wireless/ath/ath6kl/wmi.h
index 69db9470f0d0..4e4f0f763ae5 100644
--- a/drivers/net/wireless/ath/ath6kl/wmi.h
+++ b/drivers/net/wireless/ath/ath6kl/wmi.h
@@ -1953,7 +1953,7 @@ struct wmi_tx_complete_event {
1953 * !!! Warning !!! 1953 * !!! Warning !!!
1954 * -Changing the following values needs compilation of both driver and firmware 1954 * -Changing the following values needs compilation of both driver and firmware
1955 */ 1955 */
1956#define AP_MAX_NUM_STA 8 1956#define AP_MAX_NUM_STA 10
1957 1957
1958/* Spl. AID used to set DTIM flag in the beacons */ 1958/* Spl. AID used to set DTIM flag in the beacons */
1959#define MCAST_AID 0xFF 1959#define MCAST_AID 0xFF