Переглянути джерело

qcacld-3.0: Reduce error logging for non-fils connection

Withe latest changes, fils APIs are invoked for non-fils connection
as well. To avoid unnecessary logging, remove error logs when fils
IE is not present.

Change-Id: I8a5a03f4df4bc25b9b89f43fe0ab135b1bdd58a7
CRs-Fixed: 3063130
Bapiraju Alla 3 роки тому
батько
коміт
0a4b4b7792
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      core/hdd/src/wlan_hdd_cm_connect.c

+ 0 - 2
core/hdd/src/wlan_hdd_cm_connect.c

@@ -1269,12 +1269,10 @@ static void hdd_update_hlp_info(struct net_device *dev,
 	struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev);
 
 	if (!rsp || !rsp->connect_ies.fils_ie) {
-		hdd_err("Connect resp/fils ie is NULL");
 		return;
 	}
 
 	if (!rsp->connect_ies.fils_ie->hlp_data_len) {
-		hdd_debug("FILS HLP Data NULL, len 0");
 		return;
 	}