On 08.10.20 02:33, Pradeep Kumar Chitrapu wrote:
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
how did you trigger it ? John