]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mwifiex: create list for associated stations in AP mode
authorAvinash Patil <patila@marvell.com>
Sat, 4 Aug 2012 01:06:07 +0000 (18:06 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 6 Aug 2012 19:12:53 +0000 (15:12 -0400)
commit017a92a15a119be3b751456cb04791282721c661
treec9322ea88aadd9135f0dd0701350e7565d26646f
parent3d99d9877dabc6468c3df1c990d436bd221b5089
mwifiex: create list for associated stations in AP mode

After station is associated an entry would be added to station
list. This entry would have station specific information such as
11n support, AMSDU size. The entry would be deleted after
deauthentication. All station entries would be deleted during
BSS_IDLE event.

Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Kiran Divekar <dkiran@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/init.c
drivers/net/wireless/mwifiex/main.h
drivers/net/wireless/mwifiex/uap_event.c