|
@@ -293,7 +293,7 @@
|
|
* enable_pending_list_req - Sets Pending channel List Req.
|
|
* enable_pending_list_req - Sets Pending channel List Req.
|
|
* @Min: 0
|
|
* @Min: 0
|
|
* @Max: 1
|
|
* @Max: 1
|
|
- * @Default: 0
|
|
|
|
|
|
+ * @Default: 1
|
|
*
|
|
*
|
|
* This option enables/disables SCAN_CHAN_LIST_CMDID channel list command to FW
|
|
* This option enables/disables SCAN_CHAN_LIST_CMDID channel list command to FW
|
|
* till the current scan is complete.
|
|
* till the current scan is complete.
|
|
@@ -308,7 +308,7 @@
|
|
*/
|
|
*/
|
|
#define CFG_ENABLE_PENDING_CHAN_LIST_REQ CFG_INI_BOOL( \
|
|
#define CFG_ENABLE_PENDING_CHAN_LIST_REQ CFG_INI_BOOL( \
|
|
"enable_pending_list_req", \
|
|
"enable_pending_list_req", \
|
|
- 0, \
|
|
|
|
|
|
+ 1, \
|
|
"Enable Pending list req")
|
|
"Enable Pending list req")
|
|
|
|
|
|
/*
|
|
/*
|