[PATCH V3 2/9] mac80211: add multiple bssid support to interface handling
Pradeep Kumar Chitrapu
pradeepc at codeaurora.org
Wed Oct 7 20:33:58 EDT 2020
>
> static int ieee80211_del_iface(struct wiphy *wiphy, struct
> wireless_dev *wdev)
> {
> + struct ieee80211_sub_if_data *sdata;
> + struct ieee80211_vif *child, *tmp;
> +
> + sdata = IEEE80211_WDEV_TO_SUB_IF(wdev);
> + if (sdata->vif.type == NL80211_IFTYPE_AP) {
Hi John, Observed a NULL ptr dereference error here..
Thanks
Pradeep
More information about the ath11k
mailing list