|
@@ -53,7 +53,7 @@ static const struct ar9300_eeprom ar9300_default = {
|
|
|
.txrxMask = 0x77, /* 4 bits tx and 4 bits rx */
|
|
|
.opCapFlags = {
|
|
|
.opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A,
|
|
|
- .eepMisc = 0,
|
|
|
+ .eepMisc = AR9300_EEPMISC_LITTLE_ENDIAN,
|
|
|
},
|
|
|
.rfSilent = 0,
|
|
|
.blueToothOptions = 0,
|
|
@@ -631,7 +631,7 @@ static const struct ar9300_eeprom ar9300_x113 = {
|
|
|
.txrxMask = 0x77, /* 4 bits tx and 4 bits rx */
|
|
|
.opCapFlags = {
|
|
|
.opFlags = AR5416_OPFLAGS_11A,
|
|
|
- .eepMisc = 0,
|
|
|
+ .eepMisc = AR9300_EEPMISC_LITTLE_ENDIAN,
|
|
|
},
|
|
|
.rfSilent = 0,
|
|
|
.blueToothOptions = 0,
|
|
@@ -1210,7 +1210,7 @@ static const struct ar9300_eeprom ar9300_h112 = {
|
|
|
.txrxMask = 0x77, /* 4 bits tx and 4 bits rx */
|
|
|
.opCapFlags = {
|
|
|
.opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A,
|
|
|
- .eepMisc = 0,
|
|
|
+ .eepMisc = AR9300_EEPMISC_LITTLE_ENDIAN,
|
|
|
},
|
|
|
.rfSilent = 0,
|
|
|
.blueToothOptions = 0,
|
|
@@ -1789,7 +1789,7 @@ static const struct ar9300_eeprom ar9300_x112 = {
|
|
|
.txrxMask = 0x77, /* 4 bits tx and 4 bits rx */
|
|
|
.opCapFlags = {
|
|
|
.opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A,
|
|
|
- .eepMisc = 0,
|
|
|
+ .eepMisc = AR9300_EEPMISC_LITTLE_ENDIAN,
|
|
|
},
|
|
|
.rfSilent = 0,
|
|
|
.blueToothOptions = 0,
|
|
@@ -2367,7 +2367,7 @@ static const struct ar9300_eeprom ar9300_h116 = {
|
|
|
.txrxMask = 0x33, /* 4 bits tx and 4 bits rx */
|
|
|
.opCapFlags = {
|
|
|
.opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A,
|
|
|
- .eepMisc = 0,
|
|
|
+ .eepMisc = AR9300_EEPMISC_LITTLE_ENDIAN,
|
|
|
},
|
|
|
.rfSilent = 0,
|
|
|
.blueToothOptions = 0,
|