Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247232
b: refs/heads/master
c: e245292
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Apr 29, 2011
1 parent c228e3f commit e2e0dea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 030fe7974f48bd86bb706ec05188ebab0cb7af80
refs/heads/master: e245292e0a98bfbf2b54c5c0f079033f4d06dd32
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/ath/ath5k/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ static void ath5k_hw_init_core_clock(struct ath5k_hw *ah)
txlat = AR5K_REG_MS(usec_reg, AR5K_USEC_TX_LATENCY_5211);
rxlat = AR5K_REG_MS(usec_reg, AR5K_USEC_RX_LATENCY_5211);

/*
* Set default Tx frame to Tx data start delay
*/
txf2txs = AR5K_INIT_TXF2TXD_START_DEFAULT;

/*
* 5210 initvals don't include usec settings
* so we need to use magic values here for
Expand Down

0 comments on commit e2e0dea

Please sign in to comment.