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)
commit109086ce0b0f94760bdb0e8e2566ff8a2d673639
tree217a3d18f203fe1cf8652f9b33c4ade1f61594c2
parenta76011e2cbb6915f60488477311e0f269cee6496
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