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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user