wlan: VOS ASSERT in wlan_hdd_cfg80211_stop_ap while removing P2P GO
Currently abortscan_event_var is maintained per adapter. I have
moved abortscan_event_var to hdd_scaninfo_t structure so that it
will be common for all the adapters.
Root cause: In the failure scenario while removing P2P GO
hdd_abort_mac_scan() API (which cancels all the scans) is initiated from
the wlan_hdd_cfg80211_del_beacon() API and it will wait on the Station
adapter for the abort scan completion notification but the completion
event is received on the P2P adapter.
Change-Id: If7ae6deead11276a6496b87b6769b0b99586c95c
CR-Fixed: 417218
3 files changed