From 4f69a1b3292fcb51a22234af014d11191c456852 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 3 Nov 2010 14:55:53 +0000 Subject: ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23822 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/530-ath9k_locking_fix.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/mac80211/patches/530-ath9k_locking_fix.patch') diff --git a/package/mac80211/patches/530-ath9k_locking_fix.patch b/package/mac80211/patches/530-ath9k_locking_fix.patch index 29303323a..354b72030 100644 --- a/package/mac80211/patches/530-ath9k_locking_fix.patch +++ b/package/mac80211/patches/530-ath9k_locking_fix.patch @@ -8,7 +8,7 @@ spinlock_t rxbuflock; struct list_head rxbuf; struct ath_descdma rxdma; -@@ -600,9 +599,9 @@ struct ath_softc { +@@ -599,9 +598,9 @@ struct ath_softc { struct ath_hw *sc_ah; void __iomem *mem; int irq; @@ -337,7 +337,7 @@ static bool ath_beacon_dtim_pending_cab(struct sk_buff *skb) --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c -@@ -588,7 +588,6 @@ static int ath9k_init_softc(u16 devid, s +@@ -592,7 +592,6 @@ static int ath9k_init_softc(u16 devid, s spin_lock_init(&common->cc_lock); spin_lock_init(&sc->wiphy_lock); -- cgit v1.2.3