Parcourir la source

ath9k: fix mic frame handling for bigger packets

SVN-Revision: 27596
Felix Fietkau il y a 14 ans
Parent
commit
6493242f94
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      package/mac80211/patches/550-ath9k_mmic_verify.patch

+ 6 - 6
package/mac80211/patches/550-ath9k_mmic_verify.patch

@@ -70,13 +70,13 @@
  	return true;
  }
  
-@@ -1882,6 +1881,9 @@ int ath_rx_tasklet(struct ath_softc *sc,
- 			ath9k_rx_skb_postprocess(common, hdr_skb, &rs,
- 						 rxs, decrypt_error);
+@@ -1940,6 +1939,9 @@ int ath_rx_tasklet(struct ath_softc *sc,
+ 			sc->rx.rxotherant = 0;
+ 		}
  
 +		if (rxs->flag & RX_FLAG_MMIC_STRIPPED)
 +			skb_trim(skb, skb->len - 8);
 +
- 		/* We will now give hardware our shiny new allocated skb */
- 		bf->bf_mpdu = requeue_skb;
- 		bf->bf_buf_addr = dma_map_single(sc->dev, requeue_skb->data,
+ 		spin_lock_irqsave(&sc->sc_pm_lock, flags);
+ 
+ 		if ((sc->ps_flags & (PS_WAIT_FOR_BEACON |