From: Lennert Buytenhek Date: Mon, 4 Jan 2010 20:55:12 +0000 (+0100) Subject: mwl8k: handle station database update for AP's sta entry via ->sta_notify() X-Git-Tag: v2.6.34-rc1~233^2~556^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbfd9128d3b4a80bea017ebdd47b31a80dc7eadf;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed