]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9c1626291a0737ac76621b5ff2d768df28b8ce98
treeed23b88e0cc23cb15fa28563d27965421ed47dd7
parent06568f9fe26db99f289ad9d242353a731cb46799
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