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

Commit ad274d2e authored by Arun Kumar Khandavalli's avatar Arun Kumar Khandavalli
Browse files

wlan: Register frames for sap/go after start_ap

Incase of soft/go the session creation is done whenever the
start_ap is received, so register the frames again so the
session id is properly passed to the lower layers.

Change-Id: Ia09688890f1880784932a7430e888e948acaf96a
CRs-Fixed: 2757549
parent bc6d87c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12313,6 +12313,7 @@ static int __wlan_hdd_cfg80211_start_ap(struct wiphy *wiphy,
                                             params->auth_type);
    }
    wlan_hdd_cfg80211_register_frames(pAdapter);
    EXIT();
    return status;
}