Skip to content

Commit

Permalink
ath6kl: Increase the maximum number of connections in AP mode
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vasanthakumar Thiagarajan authored and Kalle Valo committed Nov 24, 2011
1 parent 0bb4e30 commit 5081c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath6kl/wmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5081c80

Please sign in to comment.