From: Johannes Berg Date: Thu, 23 Apr 2009 14:13:26 +0000 (+0200) Subject: mac80211: unify config_interface and bss_info_changed X-Git-Tag: v2.6.31-rc1~330^2~448^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d0ddec5b2b859f06116f631fc0ffe94fbceb556;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed