ソースを参照

Merge "qcacld-3.0: Do not trigger fw recovery in case of no scan results" into wlan-cld3.driver.lnx.2.0-dev

Service qcabuildsw 8 年 前
コミット
3ed8854fa7
1 ファイル変更1 行追加1 行削除
  1. 1 1
      core/hdd/src/wlan_hdd_scan.c

+ 1 - 1
core/hdd/src/wlan_hdd_scan.c

@@ -1254,7 +1254,7 @@ static QDF_STATUS hdd_cfg80211_scan_done_callback(tHalHandle halHandle,
 				cds_flush_logs(WLAN_LOG_TYPE_NON_FATAL,
 						WLAN_LOG_INDICATOR_HOST_DRIVER,
 						WLAN_LOG_REASON_NO_SCAN_RESULTS,
-						true, true);
+						true, false);
 				hddctx->last_nil_scan_bug_report_timestamp =
 					current_timestamp;
 			}