projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4590d81
)
wil6210: Increase number of associated stations
author
Vladimir Kondratiev
<
[email protected]
>
Tue, 23 Dec 2014 07:47:13 +0000
(09:47 +0200)
committer
Kalle Valo
<
[email protected]
>
Thu, 15 Jan 2015 12:31:28 +0000
(14:31 +0200)
Change default to support maximum number of associated
stations to an AP
Signed-off-by: Hamad Kadmany <
[email protected]
>
Signed-off-by: Vladimir Kondratiev <
[email protected]
>
Signed-off-by: Kalle Valo <
[email protected]
>
drivers/net/wireless/ath/wil6210/wmi.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/wil6210/wmi.c
b/drivers/net/wireless/ath/wil6210/wmi.c
index 70b055c59a37e75ccdfabb2ff964eecffe461f91..245215a32bad372f9f30d2612b9721cd2c26578f 100644
(file)
--- a/
drivers/net/wireless/ath/wil6210/wmi.c
+++ b/
drivers/net/wireless/ath/wil6210/wmi.c
@@
-23,7
+23,7
@@
#include "wmi.h"
#include "trace.h"
-static uint max_assoc_sta =
1
;
+static uint max_assoc_sta =
WIL6210_MAX_CID
;
module_param(max_assoc_sta, uint, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(max_assoc_sta, " Max number of stations associated to the AP");