aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9003_eeprom.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
index ec317d6937d6..86baa20a6848 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
@@ -131,6 +131,7 @@ static const struct ar9300_eeprom ar9300_default = {
131 .thresh62 = 28, 131 .thresh62 = 28,
132 .papdRateMaskHt20 = LE32(0x0cf0e0e0), 132 .papdRateMaskHt20 = LE32(0x0cf0e0e0),
133 .papdRateMaskHt40 = LE32(0x6cf0e0e0), 133 .papdRateMaskHt40 = LE32(0x6cf0e0e0),
134 .switchcomspdt = 0,
134 .xlna_bias_strength = 0, 135 .xlna_bias_strength = 0,
135 .futureModal = { 136 .futureModal = {
136 0, 0, 0, 0, 0, 0, 0, 137 0, 0, 0, 0, 0, 0, 0,
@@ -333,6 +334,7 @@ static const struct ar9300_eeprom ar9300_default = {
333 .thresh62 = 28, 334 .thresh62 = 28,
334 .papdRateMaskHt20 = LE32(0x0c80c080), 335 .papdRateMaskHt20 = LE32(0x0c80c080),
335 .papdRateMaskHt40 = LE32(0x0080c080), 336 .papdRateMaskHt40 = LE32(0x0080c080),
337 .switchcomspdt = 0,
336 .xlna_bias_strength = 0, 338 .xlna_bias_strength = 0,
337 .futureModal = { 339 .futureModal = {
338 0, 0, 0, 0, 0, 0, 0, 340 0, 0, 0, 0, 0, 0, 0,
@@ -707,6 +709,7 @@ static const struct ar9300_eeprom ar9300_x113 = {
707 .thresh62 = 28, 709 .thresh62 = 28,
708 .papdRateMaskHt20 = LE32(0x0c80c080), 710 .papdRateMaskHt20 = LE32(0x0c80c080),
709 .papdRateMaskHt40 = LE32(0x0080c080), 711 .papdRateMaskHt40 = LE32(0x0080c080),
712 .switchcomspdt = 0,
710 .xlna_bias_strength = 0, 713 .xlna_bias_strength = 0,
711 .futureModal = { 714 .futureModal = {
712 0, 0, 0, 0, 0, 0, 0, 715 0, 0, 0, 0, 0, 0, 0,
@@ -909,6 +912,7 @@ static const struct ar9300_eeprom ar9300_x113 = {
909 .thresh62 = 28, 912 .thresh62 = 28,
910 .papdRateMaskHt20 = LE32(0x0cf0e0e0), 913 .papdRateMaskHt20 = LE32(0x0cf0e0e0),
911 .papdRateMaskHt40 = LE32(0x6cf0e0e0), 914 .papdRateMaskHt40 = LE32(0x6cf0e0e0),
915 .switchcomspdt = 0,
912 .xlna_bias_strength = 0, 916 .xlna_bias_strength = 0,
913 .futureModal = { 917 .futureModal = {
914 0, 0, 0, 0, 0, 0, 0, 918 0, 0, 0, 0, 0, 0, 0,
@@ -1284,6 +1288,7 @@ static const struct ar9300_eeprom ar9300_h112 = {
1284 .thresh62 = 28, 1288 .thresh62 = 28,
1285 .papdRateMaskHt20 = LE32(0x0c80c080), 1289 .papdRateMaskHt20 = LE32(0x0c80c080),
1286 .papdRateMaskHt40 = LE32(0x0080c080), 1290 .papdRateMaskHt40 = LE32(0x0080c080),
1291 .switchcomspdt = 0,
1287 .xlna_bias_strength = 0, 1292 .xlna_bias_strength = 0,
1288 .futureModal = { 1293 .futureModal = {
1289 0, 0, 0, 0, 0, 0, 0, 1294 0, 0, 0, 0, 0, 0, 0,
@@ -1486,6 +1491,7 @@ static const struct ar9300_eeprom ar9300_h112 = {
1486 .thresh62 = 28, 1491 .thresh62 = 28,
1487 .papdRateMaskHt20 = LE32(0x0cf0e0e0), 1492 .papdRateMaskHt20 = LE32(0x0cf0e0e0),
1488 .papdRateMaskHt40 = LE32(0x6cf0e0e0), 1493 .papdRateMaskHt40 = LE32(0x6cf0e0e0),
1494 .switchcomspdt = 0,
1489 .xlna_bias_strength = 0, 1495 .xlna_bias_strength = 0,
1490 .futureModal = { 1496 .futureModal = {
1491 0, 0, 0, 0, 0, 0, 0, 1497 0, 0, 0, 0, 0, 0, 0,
@@ -1861,6 +1867,7 @@ static const struct ar9300_eeprom ar9300_x112 = {
1861 .thresh62 = 28, 1867 .thresh62 = 28,
1862 .papdRateMaskHt20 = LE32(0x0c80c080), 1868 .papdRateMaskHt20 = LE32(0x0c80c080),
1863 .papdRateMaskHt40 = LE32(0x0080c080), 1869 .papdRateMaskHt40 = LE32(0x0080c080),
1870 .switchcomspdt = 0,
1864 .xlna_bias_strength = 0, 1871 .xlna_bias_strength = 0,
1865 .futureModal = { 1872 .futureModal = {
1866 0, 0, 0, 0, 0, 0, 0, 1873 0, 0, 0, 0, 0, 0, 0,
@@ -2063,6 +2070,7 @@ static const struct ar9300_eeprom ar9300_x112 = {
2063 .thresh62 = 28, 2070 .thresh62 = 28,
2064 .papdRateMaskHt20 = LE32(0x0cf0e0e0), 2071 .papdRateMaskHt20 = LE32(0x0cf0e0e0),
2065 .papdRateMaskHt40 = LE32(0x6cf0e0e0), 2072 .papdRateMaskHt40 = LE32(0x6cf0e0e0),
2073 .switchcomspdt = 0,
2066 .xlna_bias_strength = 0, 2074 .xlna_bias_strength = 0,
2067 .futureModal = { 2075 .futureModal = {
2068 0, 0, 0, 0, 0, 0, 0, 2076 0, 0, 0, 0, 0, 0, 0,
@@ -2437,6 +2445,7 @@ static const struct ar9300_eeprom ar9300_h116 = {
2437 .thresh62 = 28, 2445 .thresh62 = 28,
2438 .papdRateMaskHt20 = LE32(0x0c80C080), 2446 .papdRateMaskHt20 = LE32(0x0c80C080),
2439 .papdRateMaskHt40 = LE32(0x0080C080), 2447 .papdRateMaskHt40 = LE32(0x0080C080),
2448 .switchcomspdt = 0,
2440 .xlna_bias_strength = 0, 2449 .xlna_bias_strength = 0,
2441 .futureModal = { 2450 .futureModal = {
2442 0, 0, 0, 0, 0, 0, 0, 2451 0, 0, 0, 0, 0, 0, 0,
@@ -2639,6 +2648,7 @@ static const struct ar9300_eeprom ar9300_h116 = {
2639 .thresh62 = 28, 2648 .thresh62 = 28,
2640 .papdRateMaskHt20 = LE32(0x0cf0e0e0), 2649 .papdRateMaskHt20 = LE32(0x0cf0e0e0),
2641 .papdRateMaskHt40 = LE32(0x6cf0e0e0), 2650 .papdRateMaskHt40 = LE32(0x6cf0e0e0),
2651 .switchcomspdt = 0,
2642 .xlna_bias_strength = 0, 2652 .xlna_bias_strength = 0,
2643 .futureModal = { 2653 .futureModal = {
2644 0, 0, 0, 0, 0, 0, 0, 2654 0, 0, 0, 0, 0, 0, 0,