qcacld-3.0: Reduce log level in lim_detect_change_in_ap_capabilities()
To avoid excessive console logging reduce log level from warn to debug in lim_detect_change_in_ap_capabilities function. Change-Id: I72fdd2b8ac1ce647480ab1eb164fb65079da3784 CRs-Fixed: 2240699
This commit is contained in:
@@ -1914,7 +1914,7 @@ lim_detect_change_in_ap_capabilities(tpAniSirGlobal pMac,
|
||||
* then send unicast probe request to AP and take decision after
|
||||
* receiving probe response */
|
||||
if (true == psessionEntry->fIgnoreCapsChange) {
|
||||
pe_warn("Ignoring the Capability change as it is false alarm");
|
||||
pe_debug("Ignoring the Capability change as it is false alarm");
|
||||
return;
|
||||
}
|
||||
psessionEntry->fWaitForProbeRsp = true;
|
||||
|
Reference in New Issue
Block a user