diff options
Diffstat (limited to 'package/mac80211/patches/530-ath9k_locking_fix.patch')
-rw-r--r-- | package/mac80211/patches/530-ath9k_locking_fix.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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); |