Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3db3da8f authored by Ashish Kumar Dhanotiya's avatar Ashish Kumar Dhanotiya Committed by Gerrit - the friendly Code Review server
Browse files

wlan: De-register frames for sap/go from stop_ap

Currently driver registers frames for sap/go after
start_ap but it does not de-register frames from stop_ap
which results in unexpected behavior.

To address above issue de-register frames for sap/go
from stop_ap.

Change-Id: Ie22e38cc65069ee866bf77c8a39e2f9496135889
CRs-Fixed: 2901290
parent abd29092
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12067,6 +12067,8 @@ static int __wlan_hdd_cfg80211_stop_ap (struct wiphy *wiphy,
        return status;
    }
    wlan_hdd_cfg80211_deregister_frames(pAdapter);
    pScanInfo =  &pHddCtx->scan_info;
    hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %s (%d)",