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:
Guisen Yang
2023-08-18 15:18:20 +08:00
committed by Rahul Choudhary
parent aeafc7b0c9
commit 897bca02be
2 changed files with 2 additions and 2 deletions

View File

@@ -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, \