commit | ec8f170bc33ec5933e139a78ead286ecec1ea56b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Oct 01 14:18:31 2018 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Oct 02 09:58:57 2018 +0200 |
tree | c3b0ec57d6118c3ce6748426b765812efc400370 | |
parent | 85dd3da43dd59b9220d9cba4f933a3dc0ea6faa5 [diff] |
cfg80211: unify sending NL80211_CMD_NEW_INTERFACE There isn't really any need for us to be sending this from two different places - move cfg80211_init_wdev() later and send the notification from there, removing it from the non- netdev case. Signed-off-by: Johannes Berg <johannes.berg@intel.com>