]> git.openfabrics.org - ~emulex/infiniband.git/commit
mwifiex: add del_station handler
authorAvinash Patil <patila@marvell.com>
Sat, 18 May 2013 00:50:23 +0000 (17:50 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 May 2013 19:08:54 +0000 (15:08 -0400)
commit0f9e9b8ba72bc75ee6189d0e86639f7e7a494a30
treec01e5f8021491c49dee446131b0c9b766905165f
parentbdd4d6bf59c046e5a3d1ac67ba7b1c9ea540b6e3
mwifiex: add del_station handler

This patch adds cfg80211 del_station handler for mwifiex.
If bss is not started or there are no stations in associated
stations list, no action is taken. If argument received is
null/broadcast mac, all stations in associated station list are
deauthenticated.

Patch also deletes related RxReorder stream and TxBA stream tables
for related station.

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/cmdevt.c
drivers/net/wireless/mwifiex/fw.h
drivers/net/wireless/mwifiex/main.h
drivers/net/wireless/mwifiex/sta_cmdresp.c
drivers/net/wireless/mwifiex/uap_cmd.c
drivers/net/wireless/mwifiex/uap_event.c