Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134474
b: refs/heads/master
c: 925be8a
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and John W. Linville committed Feb 13, 2009
1 parent 5a5cbb6 commit 8374b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2660b81a378ab227b78c4cc618453fa7e19a7c7b
refs/heads/master: 925be8a3077351edbf2b59ca689105df214a0792
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath5k/eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,9 @@ ath5k_eeprom_init_modes(struct ath5k_hw *ah)
static inline void
ath5k_get_pcdac_intercepts(struct ath5k_hw *ah, u8 min, u8 max, u8 *vp)
{
const static u16 intercepts3[] =
static const u16 intercepts3[] =
{ 0, 5, 10, 20, 30, 50, 70, 85, 90, 95, 100 };
const static u16 intercepts3_2[] =
static const u16 intercepts3_2[] =
{ 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 };
const u16 *ip;
int i;
Expand Down

0 comments on commit 8374b31

Please sign in to comment.