mac80211: support P2P Device abstraction
authorJohannes Berg <johannes.berg@intel.com>
Mon, 18 Jun 2012 18:07:15 +0000 (20:07 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Aug 2012 11:58:22 +0000 (13:58 +0200)
commitf142c6b906da451ded2c7a8e17b2a0e6fee3e891
treeed23b88e0cc23cb15fa28563d27965421ed47dd7
parent98104fdeda63d57631c9f89e90a7b83b58fcee40
mac80211: support P2P Device abstraction

After cfg80211 got a P2P Device abstraction, add
support to mac80211. Whether it really is supported
or not will depend on whether or not the driver has
support for it, but mac80211 needs to change to be
able to support drivers that need a P2P Device.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c
net/mac80211/driver-ops.h
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/main.c
net/mac80211/offchannel.c
net/mac80211/rx.c
net/mac80211/status.c
net/mac80211/trace.h
net/mac80211/util.c