aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/419-skb_unmap_crash.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-31 02:25:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-31 02:25:32 +0000
commitd6ab39704437d7497289cde1d720bef2b774117b (patch)
treeec4969c4855da6d809d347d9276b67aa21b69db5 /package/madwifi/patches/419-skb_unmap_crash.patch
parent6ca53456456414a03b3f03535522804a2bd598ef (diff)
downloadupstream-d6ab39704437d7497289cde1d720bef2b774117b.tar.gz
upstream-d6ab39704437d7497289cde1d720bef2b774117b.tar.bz2
upstream-d6ab39704437d7497289cde1d720bef2b774117b.zip
madwifi: add better hw detection, use a power offset for setting/getting tx power for cards that have a twisted eeprom
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16224 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/419-skb_unmap_crash.patch')
-rw-r--r--package/madwifi/patches/419-skb_unmap_crash.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/419-skb_unmap_crash.patch b/package/madwifi/patches/419-skb_unmap_crash.patch
index 90c67edf58..54fd544d74 100644
--- a/package/madwifi/patches/419-skb_unmap_crash.patch
+++ b/package/madwifi/patches/419-skb_unmap_crash.patch
@@ -1,6 +1,6 @@
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
-@@ -13493,7 +13493,7 @@ cleanup_ath_buf(struct ath_softc *sc, st
+@@ -13496,7 +13496,7 @@ cleanup_ath_buf(struct ath_softc *sc, st
if (bf == NULL)
return bf;
@@ -9,7 +9,7 @@
bus_unmap_single(
sc->sc_bdev,
bf->bf_skbaddr,
-@@ -13501,8 +13501,6 @@ cleanup_ath_buf(struct ath_softc *sc, st
+@@ -13504,8 +13504,6 @@ cleanup_ath_buf(struct ath_softc *sc, st
sc->sc_rxbufsize : bf->bf_skb->len),
direction);
bf->bf_skbaddr = 0;