diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-23 17:30:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-23 17:30:40 +0000 |
commit | 0b88abd58d5ed6d08739c5e436883e0411991959 (patch) | |
tree | 5d2761e1f2c34952b8d4226ce30d98dc22984370 /package/mac80211/patches/530-ath9k_limit_qlen.patch | |
parent | eee358338c1cc6a96496966bf57345f9af34c10b (diff) | |
download | mtk-20170518-0b88abd58d5ed6d08739c5e436883e0411991959.zip mtk-20170518-0b88abd58d5ed6d08739c5e436883e0411991959.tar.gz mtk-20170518-0b88abd58d5ed6d08739c5e436883e0411991959.tar.bz2 |
ath9k: merge a patch for improving ad-hoc mode performance
SVN-Revision: 32491
Diffstat (limited to 'package/mac80211/patches/530-ath9k_limit_qlen.patch')
-rw-r--r-- | package/mac80211/patches/530-ath9k_limit_qlen.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/mac80211/patches/530-ath9k_limit_qlen.patch b/package/mac80211/patches/530-ath9k_limit_qlen.patch index b66289b..6c85b42 100644 --- a/package/mac80211/patches/530-ath9k_limit_qlen.patch +++ b/package/mac80211/patches/530-ath9k_limit_qlen.patch @@ -65,7 +65,7 @@ __skb_unlink(skb, &tid->buf_q); list_add_tail(&bf->list, bf_q); if (bf_prev) -@@ -1728,6 +1739,8 @@ static void ath_tx_send_ampdu(struct ath +@@ -1740,6 +1751,8 @@ static void ath_tx_send_ampdu(struct ath /* Add sub-frame to BAW */ ath_tx_addto_baw(sc, tid, bf->bf_state.seqno); @@ -74,7 +74,7 @@ /* Queue to h/w without aggregation */ TX_STAT_INC(txctl->txq->axq_qnum, a_queued_hw); bf->bf_lastbf = bf; -@@ -1878,22 +1891,11 @@ error: +@@ -1890,22 +1903,11 @@ error: /* FIXME: tx power */ static void ath_tx_start_dma(struct ath_softc *sc, struct sk_buff *skb, @@ -99,7 +99,7 @@ if ((tx_info->flags & IEEE80211_TX_CTL_AMPDU) && tid) { /* -@@ -1925,6 +1927,7 @@ int ath_tx_start(struct ieee80211_hw *hw +@@ -1937,6 +1939,7 @@ int ath_tx_start(struct ieee80211_hw *hw struct ieee80211_vif *vif = info->control.vif; struct ath_softc *sc = hw->priv; struct ath_txq *txq = txctl->txq; @@ -107,7 +107,7 @@ int padpos, padsize; int frmlen = skb->len + FCS_LEN; int q; -@@ -1967,6 +1970,24 @@ int ath_tx_start(struct ieee80211_hw *hw +@@ -1979,6 +1982,24 @@ int ath_tx_start(struct ieee80211_hw *hw setup_frame_info(hw, skb, frmlen); @@ -132,7 +132,7 @@ /* * At this point, the vif, hw_key and sta pointers in the tx control * info are no longer valid (overwritten by the ath_frame_info data. -@@ -1981,7 +2002,7 @@ int ath_tx_start(struct ieee80211_hw *hw +@@ -1993,7 +2014,7 @@ int ath_tx_start(struct ieee80211_hw *hw txq->stopped = true; } |