瀏覽代碼

qcacmn: Disable ext scan in driver

Currently ext scan is enabled by default in driver which
is increasing driver size significantly and ext scan
is not getting used anymore.
Disable ext scan with feature flag CONFIG_FEATURE_WLAN_EXTSCAN
to reduce driver size and fix related compilation issue.

Change-Id: Id2344e6ed21caefa459773bb6e891ffb1e70cb92
CRs-Fixed: 2491455
Ashish Kumar Dhanotiya 5 年之前
父節點
當前提交
6e7d87df88
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 2 1
      os_if/linux/qca_vendor.h
  2. 2 0
      umac/scan/core/src/wlan_scan_main.h

+ 2 - 1
os_if/linux/qca_vendor.h

@@ -1783,6 +1783,8 @@ enum qca_wlan_vendor_attr_extscan_results {
 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_MAX =
 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_AFTER_LAST - 1,
 };
+#endif
+
 
 /**
  * enum qca_vendor_interop_issues_ap_type - interop issues type
@@ -1826,7 +1828,6 @@ enum qca_vendor_attr_interop_issues_ap {
 	QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_MAX =
 		QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_AFTER_LAST - 1
 };
-#endif
 
 #ifdef WLAN_FEATURE_LINK_LAYER_STATS
 

+ 2 - 0
umac/scan/core/src/wlan_scan_main.h

@@ -246,6 +246,7 @@ struct pno_def_config {
 };
 #endif
 
+#ifdef FEATURE_WLAN_EXTSCAN
 /**
  * struct extscan_def_config - def configuration for EXTSCAN
  * @extscan_enabled: enable extscan
@@ -261,6 +262,7 @@ struct extscan_def_config {
 	uint32_t extscan_active_max_chn_time;
 	uint32_t extscan_active_min_chn_time;
 };
+#endif
 
 /**
  * struct scan_default_params - default scan parameters to be used