summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/421-ath5k_fix_txop.patch
blob: 7cef4a230e4f575293d9624d3ce9b9599ccb7e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/drivers/net/wireless/ath/ath5k/mac80211-ops.c
+++ b/drivers/net/wireless/ath/ath5k/mac80211-ops.c
@@ -617,7 +617,7 @@ ath5k_conf_tx(struct ieee80211_hw *hw, s
 	qi.tqi_aifs = params->aifs;
 	qi.tqi_cw_min = params->cw_min;
 	qi.tqi_cw_max = params->cw_max;
-	qi.tqi_burst_time = params->txop;
+	qi.tqi_burst_time = params->txop * 32;
 
 	ATH5K_DBG(ah, ATH5K_DEBUG_ANY,
 		  "Configure tx [queue %d],  "