]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: handle TDLS high-level commands and frames
authorArik Nemtsov <arik@wizery.com>
Wed, 28 Sep 2011 11:12:52 +0000 (14:12 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Sep 2011 19:57:07 +0000 (15:57 -0400)
commitbe815a31fc2f1b0811ca3776778052cde499f7c9
tree9efb4a6d078bb1051ba9dae9342b7685943a3c48
parent989e4a4c724ccc044cfab36ec89849d23b661000
mac80211: handle TDLS high-level commands and frames

Register and implement the TDLS cfg80211 callback functions.

Internally prepare and send TDLS management frames. We incorporate
local STA capabilities and supported rates with extra IEs given by
usermode. The resulting packet is either encapsulated in a data frame,
or assembled as an action frame. It is transmitted either directly or
through the AP, as mandated by the TDLS specification.

Declare support for the TDLS external setup wiphy capability. This
tells usermode to handle link setup and discovery on its own, and use the
kernel driver for sending TDLS mgmt packets.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Cc: Kalyan C Gaddam <chakkal@iit.edu>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/ieee80211.h
include/linux/if_ether.h
net/mac80211/Kconfig
net/mac80211/cfg.c
net/mac80211/main.c