Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315613
b: refs/heads/master
c: 0f245ed
h: refs/heads/master
i:
  315611: 07b1077
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Jul 17, 2012
1 parent 0d6fead commit e3e1bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7eea1a23b47743be2dab4d29ad1f5b65f7ef3d7b
refs/heads/master: 0f245ed20b8df90f7610f0f62f9c3513e084a679
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath5k/mac80211-ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ ath5k_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u16 queue,
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], "
Expand Down

0 comments on commit e3e1bf8

Please sign in to comment.