|
@@ -1388,7 +1388,7 @@ static int ath9k_conf_tx(struct ieee80211_hw *hw,
|
|
|
qi.tqi_aifs = params->aifs;
|
|
|
qi.tqi_cwmin = params->cw_min;
|
|
|
qi.tqi_cwmax = params->cw_max;
|
|
|
- qi.tqi_burstTime = params->txop;
|
|
|
+ qi.tqi_burstTime = params->txop * 32;
|
|
|
|
|
|
ath_dbg(common, CONFIG,
|
|
|
"Configure tx [queue/halq] [%d/%d], aifs: %d, cw_min: %d, cw_max: %d, txop: %d\n",
|