diff options
-rw-r--r-- | drivers/net/wireless/ath/wil6210/wmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/wil6210/wmi.c b/drivers/net/wireless/ath/wil6210/wmi.c index 70b055c59a37..245215a32bad 100644 --- a/drivers/net/wireless/ath/wil6210/wmi.c +++ b/drivers/net/wireless/ath/wil6210/wmi.c | |||
@@ -23,7 +23,7 @@ | |||
23 | #include "wmi.h" | 23 | #include "wmi.h" |
24 | #include "trace.h" | 24 | #include "trace.h" |
25 | 25 | ||
26 | static uint max_assoc_sta = 1; | 26 | static uint max_assoc_sta = WIL6210_MAX_CID; |
27 | module_param(max_assoc_sta, uint, S_IRUGO | S_IWUSR); | 27 | module_param(max_assoc_sta, uint, S_IRUGO | S_IWUSR); |
28 | MODULE_PARM_DESC(max_assoc_sta, " Max number of stations associated to the AP"); | 28 | MODULE_PARM_DESC(max_assoc_sta, " Max number of stations associated to the AP"); |
29 | 29 | ||