Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265662
b: refs/heads/master
c: 9489902
h: refs/heads/master
v: v3
  • Loading branch information
Alex Hacker authored and John W. Linville committed Aug 24, 2011
1 parent 1457109 commit f6a2436
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: dc713fb2afa1be7a29f5c1d0b087c35bfbbe2815
refs/heads/master: 948990251508d8d41f5dd2c9988d415fb8fb49c7
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ void ath9k_hw_init_global_settings(struct ath_hw *ah)
slottime = 21;
sifstime = 64;
} else {
eifs = REG_READ(ah, AR_D_GBL_IFS_EIFS);
eifs = REG_READ(ah, AR_D_GBL_IFS_EIFS)/common->clockrate;
reg = REG_READ(ah, AR_USEC);
rx_lat = MS(reg, AR_USEC_RX_LAT);
tx_lat = MS(reg, AR_USEC_TX_LAT);
Expand Down

0 comments on commit f6a2436

Please sign in to comment.