X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F320-rx_dma_unmap.patch;h=a22320a6f480267da81ca735240fd0fdae1dc15b;hp=f7cd62a7ce8a906c5fa35cde27b63a769f20ce77;hb=8e5d1b3aaa1a0c2bcc111cdf47f6660e57a8fa9c;hpb=ed4f69184f63f6b43d00968225823fc226630d38 diff --git a/package/mac80211/patches/320-rx_dma_unmap.patch b/package/mac80211/patches/320-rx_dma_unmap.patch index f7cd62a7ce..a22320a6f4 100644 --- a/package/mac80211/patches/320-rx_dma_unmap.patch +++ b/package/mac80211/patches/320-rx_dma_unmap.patch @@ -6,7 +6,7 @@ Signed-off-by: Felix Fietkau --- a/drivers/net/wireless/ath5k/base.c +++ b/drivers/net/wireless/ath5k/base.c -@@ -308,6 +308,19 @@ static inline void ath5k_txbuf_free(stru +@@ -310,6 +310,19 @@ static inline void ath5k_txbuf_free(stru bf->skb = NULL; } @@ -26,7 +26,7 @@ Signed-off-by: Felix Fietkau /* Queues setup */ static struct ath5k_txq *ath5k_txq_setup(struct ath5k_softc *sc, int qtype, int subtype); -@@ -1341,7 +1354,7 @@ ath5k_desc_free(struct ath5k_softc *sc, +@@ -1343,7 +1356,7 @@ ath5k_desc_free(struct ath5k_softc *sc, list_for_each_entry(bf, &sc->txbuf, list) ath5k_txbuf_free(sc, bf); list_for_each_entry(bf, &sc->rxbuf, list)