Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215109
b: refs/heads/master
c: 15a6321
h: refs/heads/master
i:
  215107: 9e4225a
v: v3
  • Loading branch information
Rajkumar Manoharan authored and John W. Linville committed Oct 7, 2010
1 parent a3bab72 commit 0eab50f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 388ac775be95e510c2095ed6cd59422a5183a9fb
refs/heads/master: 15a6321d1c0f8db561932cd99e1b9897981da71f
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/ath/ath9k/mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,6 @@ bool ath9k_hw_resettxqueue(struct ath_hw *ah, u32 q)
REG_WRITE(ah, AR_DMISC(q),
AR_D_MISC_CW_BKOFF_EN | AR_D_MISC_FRAG_WAIT_EN | 0x2);

REGWRITE_BUFFER_FLUSH(ah);

if (qi->tqi_cbrPeriod) {
REG_WRITE(ah, AR_QCBRCFG(q),
SM(qi->tqi_cbrPeriod, AR_Q_CBRCFG_INTERVAL) |
Expand All @@ -508,8 +506,6 @@ bool ath9k_hw_resettxqueue(struct ath_hw *ah, u32 q)
AR_Q_RDYTIMECFG_EN);
}

REGWRITE_BUFFER_FLUSH(ah);

REG_WRITE(ah, AR_DCHNTIME(q),
SM(qi->tqi_burstTime, AR_D_CHNTIME_DUR) |
(qi->tqi_burstTime ? AR_D_CHNTIME_EN : 0));
Expand Down

0 comments on commit 0eab50f

Please sign in to comment.