Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79496
b: refs/heads/master
c: 1008e0f
h: refs/heads/master
v: v3
  • Loading branch information
Bruno Randolf authored and David S. Miller committed Jan 28, 2008
1 parent 5508602 commit 3b6f822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 1f7d87b0ecacefe4541c75901cbcf29efba42ca6
refs/heads/master: 1008e0f7b9dd211f918e93090f615e8064aca900
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/ath5k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2605,10 +2605,8 @@ void ath5k_hw_init_beacon(struct ath5k_hw *ah, u32 next_beacon, u32 interval)
break;

default:
timer1 = (next_beacon - AR5K_TUNE_DMA_BEACON_RESP) <<
0x00000003;
timer2 = (next_beacon - AR5K_TUNE_SW_BEACON_RESP) <<
0x00000003;
timer1 = (next_beacon - AR5K_TUNE_DMA_BEACON_RESP) << 3;
timer2 = (next_beacon - AR5K_TUNE_SW_BEACON_RESP) << 3;
}

timer3 = next_beacon + (ah->ah_atim_window ? ah->ah_atim_window : 1);
Expand Down

0 comments on commit 3b6f822

Please sign in to comment.