diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-07-02 02:09:47 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-07-02 21:44:33 +0400 |
commit | f504f5f63a4d1d1372043a3aa3d64342a705caa3 (patch) | |
tree | 69d7b03cf68d689c625519ebb2f45d16083673e9 /drivers/net/wireless/ath/ath9k/ar9002_initvals.h | |
parent | 88c1f4f6dffe66e2fed8e7e3276e091ee850bed0 (diff) | |
download | linux-f504f5f63a4d1d1372043a3aa3d64342a705caa3.tar.xz |
ath9k_hw: fix a few inconsistencies in initval array names
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ar9002_initvals.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9002_initvals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9002_initvals.h b/drivers/net/wireless/ath/ath9k/ar9002_initvals.h index 8ab24ee8564b..620fa8c712b0 100644 --- a/drivers/net/wireless/ath/ath9k/ar9002_initvals.h +++ b/drivers/net/wireless/ath/ath9k/ar9002_initvals.h @@ -4142,13 +4142,13 @@ static const u32 ar9287Common_9287_1_1[][2] = { * registers be programmed differently from the channel between 2412 and * 2472 MHz. */ -static const u32 ar9287Common_normal_cck_fir_coeff_92871_1[][2] = { +static const u32 ar9287Common_normal_cck_fir_coeff_9287_1_1[][2] = { { 0x0000a1f4, 0x00fffeff }, { 0x0000a1f8, 0x00f5f9ff }, { 0x0000a1fc, 0xb79f6427 }, }; -static const u32 ar9287Common_japan_2484_cck_fir_coeff_92871_1[][2] = { +static const u32 ar9287Common_japan_2484_cck_fir_coeff_9287_1_1[][2] = { { 0x0000a1f4, 0x00000000 }, { 0x0000a1f8, 0xefff0301 }, { 0x0000a1fc, 0xca9228ee }, |