aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9003_eeprom.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
index 5fb3f544b659..ee9c09b23662 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
@@ -1281,8 +1281,8 @@ static const struct ar9300_eeprom ar9300_h112 = {
1281 .txEndToRxOn = 0x2, 1281 .txEndToRxOn = 0x2,
1282 .txFrameToXpaOn = 0xe, 1282 .txFrameToXpaOn = 0xe,
1283 .thresh62 = 28, 1283 .thresh62 = 28,
1284 .papdRateMaskHt20 = LE32(0x80c080), 1284 .papdRateMaskHt20 = LE32(0x0c80c080),
1285 .papdRateMaskHt40 = LE32(0x80c080), 1285 .papdRateMaskHt40 = LE32(0x0080c080),
1286 .futureModal = { 1286 .futureModal = {
1287 0, 0, 0, 0, 0, 0, 0, 0, 1287 0, 0, 0, 0, 0, 0, 0, 0,
1288 }, 1288 },
@@ -1294,7 +1294,7 @@ static const struct ar9300_eeprom ar9300_h112 = {
1294 .calFreqPier2G = { 1294 .calFreqPier2G = {
1295 FREQ2FBIN(2412, 1), 1295 FREQ2FBIN(2412, 1),
1296 FREQ2FBIN(2437, 1), 1296 FREQ2FBIN(2437, 1),
1297 FREQ2FBIN(2472, 1), 1297 FREQ2FBIN(2462, 1),
1298 }, 1298 },
1299 /* ar9300_cal_data_per_freq_op_loop 2g */ 1299 /* ar9300_cal_data_per_freq_op_loop 2g */
1300 .calPierData2G = { 1300 .calPierData2G = {
@@ -1304,7 +1304,7 @@ static const struct ar9300_eeprom ar9300_h112 = {
1304 }, 1304 },
1305 .calTarget_freqbin_Cck = { 1305 .calTarget_freqbin_Cck = {
1306 FREQ2FBIN(2412, 1), 1306 FREQ2FBIN(2412, 1),
1307 FREQ2FBIN(2484, 1), 1307 FREQ2FBIN(2472, 1),
1308 }, 1308 },
1309 .calTarget_freqbin_2G = { 1309 .calTarget_freqbin_2G = {
1310 FREQ2FBIN(2412, 1), 1310 FREQ2FBIN(2412, 1),
@@ -1503,7 +1503,7 @@ static const struct ar9300_eeprom ar9300_h112 = {
1503 FREQ2FBIN(5500, 0), 1503 FREQ2FBIN(5500, 0),
1504 FREQ2FBIN(5600, 0), 1504 FREQ2FBIN(5600, 0),
1505 FREQ2FBIN(5700, 0), 1505 FREQ2FBIN(5700, 0),
1506 FREQ2FBIN(5825, 0) 1506 FREQ2FBIN(5785, 0)
1507 }, 1507 },
1508 .calPierData5G = { 1508 .calPierData5G = {
1509 { 1509 {
@@ -2441,7 +2441,7 @@ static const struct ar9300_eeprom ar9300_h116 = {
2441 .calFreqPier2G = { 2441 .calFreqPier2G = {
2442 FREQ2FBIN(2412, 1), 2442 FREQ2FBIN(2412, 1),
2443 FREQ2FBIN(2437, 1), 2443 FREQ2FBIN(2437, 1),
2444 FREQ2FBIN(2472, 1), 2444 FREQ2FBIN(2462, 1),
2445 }, 2445 },
2446 /* ar9300_cal_data_per_freq_op_loop 2g */ 2446 /* ar9300_cal_data_per_freq_op_loop 2g */
2447 .calPierData2G = { 2447 .calPierData2G = {
@@ -2643,7 +2643,7 @@ static const struct ar9300_eeprom ar9300_h116 = {
2643 .xatten1MarginHigh = {0, 0, 0} 2643 .xatten1MarginHigh = {0, 0, 0}
2644 }, 2644 },
2645 .calFreqPier5G = { 2645 .calFreqPier5G = {
2646 FREQ2FBIN(5180, 0), 2646 FREQ2FBIN(5160, 0),
2647 FREQ2FBIN(5220, 0), 2647 FREQ2FBIN(5220, 0),
2648 FREQ2FBIN(5320, 0), 2648 FREQ2FBIN(5320, 0),
2649 FREQ2FBIN(5400, 0), 2649 FREQ2FBIN(5400, 0),