diff options
Diffstat (limited to 'package/kernel/mac80211/patches/339-ath9k-Update-AR955x-initvals.patch')
-rw-r--r-- | package/kernel/mac80211/patches/339-ath9k-Update-AR955x-initvals.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/339-ath9k-Update-AR955x-initvals.patch b/package/kernel/mac80211/patches/339-ath9k-Update-AR955x-initvals.patch new file mode 100644 index 0000000..04dca91 --- /dev/null +++ b/package/kernel/mac80211/patches/339-ath9k-Update-AR955x-initvals.patch @@ -0,0 +1,37 @@ +From: Sujith Manoharan <c_manoha@qca.qualcomm.com> +Date: Wed, 22 Oct 2014 12:21:45 +0530 +Subject: [PATCH] ath9k: Update AR955x initvals + +* Fix a 11b/EVM issue by adjusting + FIR filter coefficients. + +* Fix a problem with receiving probe request + frames sent at 11b rate. + +Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> +--- + +--- a/drivers/net/wireless/ath/ath9k/ar955x_1p0_initvals.h ++++ b/drivers/net/wireless/ath/ath9k/ar955x_1p0_initvals.h +@@ -507,7 +507,7 @@ static const u32 ar955x_1p0_baseband_cor + {0x00009d04, 0x40206c10}, + {0x00009d08, 0x009c4060}, + {0x00009d0c, 0x9883800a}, +- {0x00009d10, 0x01834061}, ++ {0x00009d10, 0x01884061}, + {0x00009d14, 0x00c0040b}, + {0x00009d18, 0x00000000}, + {0x00009e08, 0x0038230c}, +@@ -545,9 +545,9 @@ static const u32 ar955x_1p0_baseband_cor + {0x0000a370, 0x00000000}, + {0x0000a390, 0x00000001}, + {0x0000a394, 0x00000444}, +- {0x0000a398, 0x1f020503}, +- {0x0000a39c, 0x29180c03}, +- {0x0000a3a0, 0x9a8b6844}, ++ {0x0000a398, 0x001f0e0f}, ++ {0x0000a39c, 0x0075393f}, ++ {0x0000a3a0, 0xb79f6427}, + {0x0000a3a4, 0x00000000}, + {0x0000a3a8, 0xaaaaaaaa}, + {0x0000a3ac, 0x3c466478}, |