]> git.karo-electronics.de Git - mv-sheeva.git/commit
mwl8k: handle station database update for AP's sta entry via ->sta_notify()
authorLennert Buytenhek <buytenh@wantstofly.org>
Mon, 4 Jan 2010 20:55:12 +0000 (21:55 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 5 Jan 2010 22:13:24 +0000 (17:13 -0500)
commitbbfd9128d3b4a80bea017ebdd47b31a80dc7eadf
tree3bd964d95bb2228ea6435060e526c928eb5420be
parent25d81b1e1a0cca41a71a08468a7d3a4c751c8565
mwl8k: handle station database update for AP's sta entry via ->sta_notify()

Inserting and removing a hardware station database entry for the AP
when we are in managed mode is currently done in ->bss_info_changed().

To prepare for adding AP mode support, implement the ->sta_notify()
driver method, and let that handle inserting and removing the hardware
station database entry for our AP instead.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwl8k.c