ath6kl: Increase the maximum number of connections in AP mode
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Thu, 24 Nov 2011 11:36:34 +0000 (17:06 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 24 Nov 2011 12:35:31 +0000 (14:35 +0200)
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>
drivers/net/wireless/ath/ath6kl/wmi.h

index 69db947..4e4f0f7 100644 (file)
@@ -1953,7 +1953,7 @@ struct wmi_tx_complete_event {
  * !!! Warning !!!
  * -Changing the following values needs compilation of both driver and firmware
  */
-#define AP_MAX_NUM_STA          8
+#define AP_MAX_NUM_STA          10
 
 /* Spl. AID used to set DTIM flag in the beacons */
 #define MCAST_AID               0xFF