commit | 1bf614ef7946436246de3c6a6593ba4799f7bac8 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jun 15 15:23:36 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Jul 09 14:51:46 2012 +0200 |
tree | 4731c908ae994bb9c5bd4a4fc0ef1f70956c6da5 | |
parent | 89a54e48b9cbb44aed1bf6cd712e087b96b6ae65 [diff] |
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>