diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2010-05-12 21:15:06 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-02 16:02:54 -0400 |
commit | 9a13b1e7f696020d7a9f0cf8dd551468f7e10884 (patch) | |
tree | 861c1efbc258c3be08884f5837eb0a9ae830683e | |
parent | 7284635d2dbc0e055d14bc488c69f8c1d2822ae7 (diff) |
ath9k_hw: rename the ar9003_initvals.h to ar9003_2p0_initvals.h
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_2p0_initvals.h (renamed from drivers/net/wireless/ath/ath9k/ar9003_initvals.h) | 6 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_hw.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_initvals.h b/drivers/net/wireless/ath/ath9k/ar9003_2p0_initvals.h index db019dd220b7..f82a00da82b8 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_initvals.h +++ b/drivers/net/wireless/ath/ath9k/ar9003_2p0_initvals.h | |||
@@ -14,8 +14,8 @@ | |||
14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #ifndef INITVALS_9003_H | 17 | #ifndef INITVALS_9003_2P0_H |
18 | #define INITVALS_9003_H | 18 | #define INITVALS_9003_2P0_H |
19 | 19 | ||
20 | /* AR9003 2.0 */ | 20 | /* AR9003 2.0 */ |
21 | 21 | ||
@@ -1781,4 +1781,4 @@ static const u32 ar9300PciePhy_clkreq_disable_L1_2p0[][2] = { | |||
1781 | {0x00004044, 0x00000000}, | 1781 | {0x00004044, 0x00000000}, |
1782 | }; | 1782 | }; |
1783 | 1783 | ||
1784 | #endif /* INITVALS_9003_H */ | 1784 | #endif /* INITVALS_9003_2P0_H */ |
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_hw.c b/drivers/net/wireless/ath/ath9k/ar9003_hw.c index 3c4a44667aa8..863f61e3a16f 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_hw.c +++ b/drivers/net/wireless/ath/ath9k/ar9003_hw.c | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | #include "hw.h" | 17 | #include "hw.h" |
18 | #include "ar9003_mac.h" | 18 | #include "ar9003_mac.h" |
19 | #include "ar9003_initvals.h" | 19 | #include "ar9003_2p0_initvals.h" |
20 | #include "ar9003_2p2_initvals.h" | 20 | #include "ar9003_2p2_initvals.h" |
21 | 21 | ||
22 | /* General hardware code for the AR9003 hadware family */ | 22 | /* General hardware code for the AR9003 hadware family */ |