commit | 2d0ddec5b2b859f06116f631fc0ffe94fbceb556 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Apr 23 16:13:26 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 06 15:14:36 2009 -0400 |
tree | 9bf3cdfcbbefcb34f5984e6d797f488ebe358196 | |
parent | 57c4d7b4c4986037be51476b8e3025d5ba18d8b8 [diff] |
mac80211: unify config_interface and bss_info_changed 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>