cfg80211: always notify userspace of new wireless netdevs
authorDenis Kenzior <denkenz@gmail.com>
Wed, 3 Aug 2016 21:58:33 +0000 (16:58 -0500)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 11 Aug 2016 14:51:41 +0000 (16:51 +0200)
commit896ff0635a312022c91e2bef30c80abc27af62e8
treeaa28f1eb1bbb97da2ef565117e79f8d51087cc56
parenteae4430ee7c5ea1152400cfc070f3746d41fa134
cfg80211: always notify userspace of new wireless netdevs

This change alters the semantics of NL80211_CMD_NEW_INTERFACE events
by always sending this event whenever a new net_device object
associated with a wdev is registered.  Prior to this change, this event
was only sent as a result of NL80211_CMD_NEW_INTERFACE command sent
from userspace.  This allows userspace to reliably detect new wireless
interfaces (e.g. due to hardware hot-plug events, etc).

For wdevs created without an associated net_device object (e.g.
NL80211_IFTYPE_P2P_DEVICE), the NL80211_CMD_NEW_INTERFACE event is
still generated inside the relevant nl80211 command handler.

Signed-off-by: Denis Kenzior <denkenz@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/core.c
net/wireless/nl80211.c
net/wireless/nl80211.h