Staging: winbond: mac80211 - unify config_interface and bss_info_changed
authorTim Gardner <tim.gardner@canonical.com>
Wed, 29 Apr 2009 21:01:42 +0000 (15:01 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 19 Jun 2009 18:00:38 +0000 (11:00 -0700)
commit24b8a9dfc7746273bde5a2030e4f16391251e830
treebecf5341b8e0c922da5a699fce81b9d8a5333ac5
parentdd68e1b4ff71a0c6221bd9d02a374178e7dff6f9
Staging: winbond: mac80211 - unify config_interface and bss_info_changed

The commit 'mac80211: unify config_interface and bss_info_changed' from
Johannes Berg <johannes@sipsolutions.net> removed the config_interface structure
tag from struct ieee80211_ops. The BSSID detection functionality migrated to
ieee80211_ops.bss_info_changed.

Since wbsoft_config_interface() was largely empty, there wasn't much to do
other then to remove the function itself. There is currently no support
for BSSID change detection.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/winbond/wbusb.c