From c2df3469a8065d500141f10337b27ac2da6d745b Mon Sep 17 00:00:00 2001 From: agb Date: Fri, 22 May 2009 07:19:58 +0000 Subject: [mac80211] update compat-wireless to 2009-05-21 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15976 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/540-b43-Add-fw-capabilities.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/mac80211/patches/540-b43-Add-fw-capabilities.patch') diff --git a/package/mac80211/patches/540-b43-Add-fw-capabilities.patch b/package/mac80211/patches/540-b43-Add-fw-capabilities.patch index c2320c697..79ff643fb 100644 --- a/package/mac80211/patches/540-b43-Add-fw-capabilities.patch +++ b/package/mac80211/patches/540-b43-Add-fw-capabilities.patch @@ -122,7 +122,7 @@ and automagic QoS-disabling. } else { b43info(dev->wl, "Loading firmware version %u.%u " "(20%.2i-%.2i-%.2i %.2i:%.2i:%.2i)\n", -@@ -3629,7 +3658,7 @@ static int b43_op_set_key(struct ieee802 +@@ -3627,7 +3656,7 @@ static int b43_op_set_key(struct ieee802 if (!dev || b43_status(dev) < B43_STAT_INITIALIZED) goto out_unlock; @@ -131,7 +131,7 @@ and automagic QoS-disabling. /* We don't have firmware for the crypto engine. * Must use software-crypto. */ err = -EOPNOTSUPP; -@@ -4737,6 +4766,7 @@ static int b43_wireless_init(struct ssb_ +@@ -4735,6 +4764,7 @@ static int b43_wireless_init(struct ssb_ b43err(NULL, "Could not allocate ieee80211 device\n"); goto out; } @@ -139,7 +139,7 @@ and automagic QoS-disabling. /* fill hw info */ hw->flags = IEEE80211_HW_RX_INCLUDES_FCS | -@@ -4750,7 +4780,8 @@ static int b43_wireless_init(struct ssb_ +@@ -4748,7 +4778,8 @@ static int b43_wireless_init(struct ssb_ BIT(NL80211_IFTYPE_WDS) | BIT(NL80211_IFTYPE_ADHOC); @@ -149,7 +149,7 @@ and automagic QoS-disabling. hw->max_rates = 2; SET_IEEE80211_DEV(hw, dev->dev); if (is_valid_ether_addr(sprom->et1mac)) -@@ -4758,9 +4789,7 @@ static int b43_wireless_init(struct ssb_ +@@ -4756,9 +4787,7 @@ static int b43_wireless_init(struct ssb_ else SET_IEEE80211_PERM_ADDR(hw, sprom->il0mac); @@ -160,7 +160,7 @@ and automagic QoS-disabling. wl->hw = hw; spin_lock_init(&wl->irq_lock); rwlock_init(&wl->tx_lock); -@@ -4826,8 +4855,13 @@ static void b43_remove(struct ssb_device +@@ -4824,8 +4853,13 @@ static void b43_remove(struct ssb_device cancel_work_sync(&wldev->restart_work); B43_WARN_ON(!wl); -- cgit v1.2.3