|
|
module_param(max_assoc_sta, uint, S_IRUGO | S_IWUSR);
|
|
module_param(max_assoc_sta, uint, S_IRUGO | S_IWUSR);
|
|
|
MODULE_PARM_DESC(max_assoc_sta, " Max number of stations associated to the AP");
|
|
MODULE_PARM_DESC(max_assoc_sta, " Max number of stations associated to the AP");
|