qcacld-3.0: Change CFG_STA_BSS_MAX_IDLE_PERIOD to configurable
The item "bss_max_idle_period" is not an ini item and we can only use it's default value 0. It's not convenient to set it a value that user required. So set it to an ini item. Change-Id: Ie514992448cde192ffd6f1402a4477fabbbae741 CRs-Fixed: 3591728
This commit is contained in:

committed by
Rahul Choudhary

parent
aeafc7b0c9
commit
897bca02be
@@ -99,7 +99,7 @@
|
||||
* Usage: Internal
|
||||
*
|
||||
*/
|
||||
#define CFG_STA_BSS_MAX_IDLE_PERIOD CFG_UINT( \
|
||||
#define CFG_STA_BSS_MAX_IDLE_PERIOD CFG_INI_UINT( \
|
||||
"bss_max_idle_period", \
|
||||
0, \
|
||||
100, \
|
||||
|
Reference in New Issue
Block a user