]> git.baikalelectronics.ru Git - kernel.git/commit
nl80211: support sending TDLS commands/frames
authorArik Nemtsov <arik@wizery.com>
Wed, 28 Sep 2011 11:12:50 +0000 (14:12 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Sep 2011 19:57:05 +0000 (15:57 -0400)
commit163a066d5f4d553cef96a2d68adcb4267c2d6fba
tree217a3d18f203fe1cf8652f9b33c4ade1f61594c2
parent492936b7696f922b55079be0dfd4bbf6bd7108e8
nl80211: support sending TDLS commands/frames

Add support for sending high-level TDLS commands and TDLS frames via
NL80211_CMD_TDLS_OPER and NL80211_CMD_TDLS_MGMT, respectively. Add
appropriate cfg80211 callbacks for lower level drivers.

Add wiphy capability flags for TDLS support and advertise them via
nl80211.

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/nl80211.h
include/net/cfg80211.h
net/wireless/nl80211.c