Commit 94e2ad9e authored by Rajkumar Manoharan's avatar Rajkumar Manoharan Committed by John W. Linville

ath9k_hw: Fix channel list of CalFreqPeir for AR938x

This patch sync up CalFreqPeir channel list and paprd rate mask
of AR938x templates to the latest received from Systems team.
Signed-off-by: default avatarRajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 202bff08
...@@ -1281,8 +1281,8 @@ static const struct ar9300_eeprom ar9300_h112 = { ...@@ -1281,8 +1281,8 @@ static const struct ar9300_eeprom ar9300_h112 = {
.txEndToRxOn = 0x2, .txEndToRxOn = 0x2,
.txFrameToXpaOn = 0xe, .txFrameToXpaOn = 0xe,
.thresh62 = 28, .thresh62 = 28,
.papdRateMaskHt20 = LE32(0x80c080), .papdRateMaskHt20 = LE32(0x0c80c080),
.papdRateMaskHt40 = LE32(0x80c080), .papdRateMaskHt40 = LE32(0x0080c080),
.futureModal = { .futureModal = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
}, },
...@@ -1294,7 +1294,7 @@ static const struct ar9300_eeprom ar9300_h112 = { ...@@ -1294,7 +1294,7 @@ static const struct ar9300_eeprom ar9300_h112 = {
.calFreqPier2G = { .calFreqPier2G = {
FREQ2FBIN(2412, 1), FREQ2FBIN(2412, 1),
FREQ2FBIN(2437, 1), FREQ2FBIN(2437, 1),
FREQ2FBIN(2472, 1), FREQ2FBIN(2462, 1),
}, },
/* ar9300_cal_data_per_freq_op_loop 2g */ /* ar9300_cal_data_per_freq_op_loop 2g */
.calPierData2G = { .calPierData2G = {
...@@ -1304,7 +1304,7 @@ static const struct ar9300_eeprom ar9300_h112 = { ...@@ -1304,7 +1304,7 @@ static const struct ar9300_eeprom ar9300_h112 = {
}, },
.calTarget_freqbin_Cck = { .calTarget_freqbin_Cck = {
FREQ2FBIN(2412, 1), FREQ2FBIN(2412, 1),
FREQ2FBIN(2484, 1), FREQ2FBIN(2472, 1),
}, },
.calTarget_freqbin_2G = { .calTarget_freqbin_2G = {
FREQ2FBIN(2412, 1), FREQ2FBIN(2412, 1),
...@@ -1503,7 +1503,7 @@ static const struct ar9300_eeprom ar9300_h112 = { ...@@ -1503,7 +1503,7 @@ static const struct ar9300_eeprom ar9300_h112 = {
FREQ2FBIN(5500, 0), FREQ2FBIN(5500, 0),
FREQ2FBIN(5600, 0), FREQ2FBIN(5600, 0),
FREQ2FBIN(5700, 0), FREQ2FBIN(5700, 0),
FREQ2FBIN(5825, 0) FREQ2FBIN(5785, 0)
}, },
.calPierData5G = { .calPierData5G = {
{ {
...@@ -2441,7 +2441,7 @@ static const struct ar9300_eeprom ar9300_h116 = { ...@@ -2441,7 +2441,7 @@ static const struct ar9300_eeprom ar9300_h116 = {
.calFreqPier2G = { .calFreqPier2G = {
FREQ2FBIN(2412, 1), FREQ2FBIN(2412, 1),
FREQ2FBIN(2437, 1), FREQ2FBIN(2437, 1),
FREQ2FBIN(2472, 1), FREQ2FBIN(2462, 1),
}, },
/* ar9300_cal_data_per_freq_op_loop 2g */ /* ar9300_cal_data_per_freq_op_loop 2g */
.calPierData2G = { .calPierData2G = {
...@@ -2643,7 +2643,7 @@ static const struct ar9300_eeprom ar9300_h116 = { ...@@ -2643,7 +2643,7 @@ static const struct ar9300_eeprom ar9300_h116 = {
.xatten1MarginHigh = {0, 0, 0} .xatten1MarginHigh = {0, 0, 0}
}, },
.calFreqPier5G = { .calFreqPier5G = {
FREQ2FBIN(5180, 0), FREQ2FBIN(5160, 0),
FREQ2FBIN(5220, 0), FREQ2FBIN(5220, 0),
FREQ2FBIN(5320, 0), FREQ2FBIN(5320, 0),
FREQ2FBIN(5400, 0), FREQ2FBIN(5400, 0),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment