mac80211: unify config_interface and bss_info_changed
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 23 Apr 2009 14:13:26 +0000 (16:13 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 May 2009 19:14:36 +0000 (15:14 -0400)
The config_interface method is a little strange, it contains the
BSSID and beacon updates, while bss_info_changed contains most
other BSS information for each interface. This patch removes
config_interface and rolls all the information it previously
passed to drivers into bss_info_changed.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found