qcacld-3.0: Disable 6G security check if RF testmode is enabled

The 6GHz security check is enabled by default. Disable the check
if RF test mode is enabled.

Change-Id: Id6af514f6a31f6351b1b0d784c2b9f7d301496c0
CRs-Fixed: 3040621
This commit is contained in:
Kiran Kumar Lokere
2021-09-17 14:03:55 -07:00
committed by Madan Koyyalamudi
parent f5c868fc78
commit fb85fcd3b0
2 changed files with 6 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ enum wlan_wds_mode {
* rf_test_mode_enabled - Enable rf test mode support
* @Min: 0
* @Max: 1
* @Default: 1
* @Default: 0
*
* This cfg is used to set rf test mode support flag
*
@@ -174,7 +174,7 @@ enum wlan_wds_mode {
*/
#define CFG_RF_TEST_MODE_SUPP_ENABLED CFG_BOOL( \
"rf_test_mode_enabled", \
1, \
0, \
"rf test mode Enable Flag")
/*