Browse Source

qcacld-3.0: Remove wlan_hdd_extscan_results_policy[]

The wlan_hdd_extscan_results_policy[] array is unused, so remove it.

Change-Id: I9803273ea1a284a3993a185bde10c973374c66fd
CRs-Fixed: 2380105
Jeff Johnson 6 years ago
parent
commit
bf614fb900
1 changed files with 0 additions and 8 deletions
  1. 0 8
      core/hdd/src/wlan_hdd_ext_scan.c

+ 0 - 8
core/hdd/src/wlan_hdd_ext_scan.c

@@ -186,14 +186,6 @@ wlan_hdd_pno_config_policy[QCA_WLAN_VENDOR_ATTR_PNO_MAX + 1] = {
 	},
 };
 
-static const struct nla_policy
-wlan_hdd_extscan_results_policy[QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_MAX + 1] = {
-	[QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_BEACON_PERIOD] = {
-				.type = NLA_U16},
-	[QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_CAPABILITY] = {
-				.type = NLA_U16},
-};
-
 /**
  * wlan_hdd_cfg80211_extscan_get_capabilities_rsp() - response from target
  * @hdd_ctx: Pointer to hdd context