qcacmn: Replace different struct of SISD with struct wlan_ssid

There are different version of SSID structure used in driver, replace
them with struct wlan_ssid.

Also move struct element_info from scan module to generic structures.

Change-Id: Ia32f82d943980c23b4ff478f5a06c5c053036de5
CRs-Fixed: 2721872
This commit is contained in:
Abhishek Singh
2020-06-30 13:13:24 +05:30
committed by nshrivas
parent bd70ec6350
commit e2097ddb09
11 changed files with 22 additions and 43 deletions

View File

@@ -214,7 +214,7 @@ struct wmi_unified_pmk_cache {
uint32_t pmkid_len;
uint8_t pmkid[WMI_UNIFIED_MAX_PMKID_LEN];
wmi_host_mac_addr bssid;
struct mac_ssid ssid;
struct wlan_ssid ssid;
uint32_t cache_id;
uint32_t cat_flag;
uint32_t action_flag;