cfg80211: use wdev in mgmt-tx/ROC APIs
authorJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jun 2012 13:30:18 +0000 (15:30 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 9 Jul 2012 12:51:47 +0000 (14:51 +0200)
commit71bbc9943883cffaf5d7a7728a4e4c50b3ac44d3
tree9810d365fc57be75ee59cf4883216202ac2c5e09
parentba22fb5b25db1e18692e2d01f8addb3fea0af813
cfg80211: use wdev in mgmt-tx/ROC APIs

The management frame and remain-on-channel APIs will be
needed in the P2P device abstraction, so move them over
to the new wdev-based APIs. Userspace can still use both
the interface index and wdev identifier for them so it's
backward compatible, but for the P2P Device wdev it will
be able to use the wdev identifier only.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
13 files changed:
drivers/net/wireless/ath/ath6kl/cfg80211.c
drivers/net/wireless/ath/ath6kl/core.h
drivers/net/wireless/ath/ath6kl/wmi.c
include/net/cfg80211.h
net/mac80211/cfg.c
net/mac80211/ieee80211_i.h
net/mac80211/offchannel.c
net/mac80211/rx.c
net/mac80211/status.c
net/wireless/core.h
net/wireless/mlme.c
net/wireless/nl80211.c
net/wireless/nl80211.h