diff options
Diffstat (limited to 'package/kernel/mac80211/patches/326-ath9k-fix-ar934x-OTP-offsets.patch')
-rw-r--r-- | package/kernel/mac80211/patches/326-ath9k-fix-ar934x-OTP-offsets.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/326-ath9k-fix-ar934x-OTP-offsets.patch b/package/kernel/mac80211/patches/326-ath9k-fix-ar934x-OTP-offsets.patch index ae6a90fd4a..60de2b6d14 100644 --- a/package/kernel/mac80211/patches/326-ath9k-fix-ar934x-OTP-offsets.patch +++ b/package/kernel/mac80211/patches/326-ath9k-fix-ar934x-OTP-offsets.patch @@ -37,6 +37,6 @@ Signed-off-by: Chris Blake <chrisrblake93@gmail.com> #define AR9300_OTP_READ_DATA \ - ((AR_SREV_9340(ah) || AR_SREV_9550(ah)) ? 0x3001c : 0x15f1c) + ((AR_SREV_9340(ah) || AR_SREV_9550(ah)) ? 0x3101c : 0x15f1c) - + enum targetPowerHTRates { HT_TARGET_RATE_0_8_16, |