]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: add cfg80211 add_station handler support
authorAvinash Patil <patila@marvell.com>
Sat, 8 Feb 2014 00:30:33 +0000 (16:30 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 12 Feb 2014 20:36:20 +0000 (15:36 -0500)
commit1624c5fdb14c415a931e5bcdfdc048708836bd35
tree10eedf866f8977b0a94630d0182d0588cd67d6cf
parent8f212ed687f8f781619201069ad0cac76bb6b4b8
mwifiex: add cfg80211 add_station handler support

This patch adds cfg80211 add_station handler support for mwifiex
which is needed for TDLS setup. Driver issues create TDLS link
command to FW upon receiving add_station from cfg80211.

Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/cfg80211.c
drivers/net/wireless/mwifiex/sta_cmd.c
drivers/net/wireless/mwifiex/sta_cmdresp.c
drivers/net/wireless/mwifiex/tdls.c