Fix a typo in initval names for AR9287

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
Felix Fietkau 2010-06-30 16:29:37 +02:00 committed by Luis R. Rodriguez
parent 796a0181e0
commit 7f46f1715e
2 changed files with 4 additions and 4 deletions

View file

@ -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 },

View file

@ -272,8 +272,8 @@ static void ar9002_hw_check_initvals(void)
INI_CHECK(ar9287PciePhy_clkreq_off_L1_9287_1_0, 2);
INI_CHECK(ar9287Modes_9287_1_1, 6);
INI_CHECK(ar9287Common_9287_1_1, 2);
INI_CHECK(ar9287Common_normal_cck_fir_coeff_92871_1, 2);
INI_CHECK(ar9287Common_japan_2484_cck_fir_coeff_92871_1, 2);
INI_CHECK(ar9287Common_normal_cck_fir_coeff_9287_1_1, 2);
INI_CHECK(ar9287Common_japan_2484_cck_fir_coeff_9287_1_1, 2);
INI_CHECK(ar9287Modes_tx_gain_9287_1_1, 6);
INI_CHECK(ar9287Modes_rx_gain_9287_1_1, 6);
INI_CHECK(ar9287PciePhy_clkreq_always_on_L1_9287_1_1, 2);