From: nbd Date: Tue, 9 Aug 2011 13:58:06 +0000 (+0000) Subject: b43: fix backport of 860-b43_restart_config.patch X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=28b00f9dcc046884a4af86f80f30f212b0b4756d;hp=8b2632035c6414b8c6fd880315c314d7f25c94cc b43: fix backport of 860-b43_restart_config.patch git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@27944 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mac80211/patches/860-b43_restart_config.patch b/package/mac80211/patches/860-b43_restart_config.patch index 60ec8b6fb..2a5797731 100644 --- a/package/mac80211/patches/860-b43_restart_config.patch +++ b/package/mac80211/patches/860-b43_restart_config.patch @@ -57,13 +57,20 @@ b43_set_beacon_int(dev, conf->beacon_int); if (changed & BSS_CHANGED_BASIC_RATES) -@@ -4566,6 +4584,12 @@ static int b43_op_start(struct ieee80211 +@@ -4496,6 +4514,9 @@ static int b43_op_add_interface(struct i out_mutex_unlock: mutex_unlock(&wl->mutex); + if (err == 0) + b43_op_bss_info_changed(hw, vif, &vif->bss_conf, ~0); + + return err; + } + +@@ -4566,6 +4587,9 @@ static int b43_op_start(struct ieee80211 + out_mutex_unlock: + mutex_unlock(&wl->mutex); + + /* reload configuration */ + b43_op_config(hw, ~0); +