ath9k: fix spurious decryption crc error regression
[openwrt.git] / package / mac80211 / patches / 531-ath9k_aggr_start_fix.patch
1 --- a/drivers/net/wireless/ath/ath9k/xmit.c
2 +++ b/drivers/net/wireless/ath/ath9k/xmit.c
3 @@ -856,7 +856,7 @@ int ath_tx_aggr_start(struct ath_softc *
4
5 txtid->state |= AGGR_ADDBA_PROGRESS;
6 txtid->paused = true;
7 - *ssn = txtid->seq_start;
8 + *ssn = txtid->seq_start = txtid->seq_next;
9
10 return 0;
11 }
This page took 0.055142 seconds and 5 git commands to generate.