nl80211: add NL80211_FLAG_NEED_WDEV
authorJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jun 2012 13:23:36 +0000 (15:23 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 9 Jul 2012 12:51:46 +0000 (14:51 +0200)
commit1bf614ef7946436246de3c6a6593ba4799f7bac8
tree4731c908ae994bb9c5bd4a4fc0ef1f70956c6da5
parent89a54e48b9cbb44aed1bf6cd712e087b96b6ae65
nl80211: add NL80211_FLAG_NEED_WDEV

Some nl80211 callbacks will soon need the wdev instead
of the netdev, so add NL80211_FLAG_NEED_WDEV to allow
them to request that. Add NL80211_FLAG_NEED_WDEV_UP as
well which checks the netdev is UP if one exists.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c