提交 327755fb 编写于 作者: V Vladimir Kondratiev 提交者: Kalle Valo

wil6210: Increase number of associated stations

Change default to support maximum number of associated
stations to an AP
Signed-off-by: NHamad Kadmany <qca_hkadmany@qca.qualcomm.com>
Signed-off-by: NVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 4590d812
......@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册