diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-06-10 15:30:31 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-06-17 11:51:41 +0200 |
commit | 45572fe831f94654af35316a365c51eb8a9cdeb8 (patch) | |
tree | a272e99019d5fd64d063ef48594b5f53bee204e1 /package/kernel/mac80211/patches/326-ath9k-fix-ar934x-OTP-offsets.patch | |
parent | 189239ade353636f9e2788cd0467bcca97bb9324 (diff) | |
download | upstream-45572fe831f94654af35316a365c51eb8a9cdeb8.tar.gz upstream-45572fe831f94654af35316a365c51eb8a9cdeb8.tar.bz2 upstream-45572fe831f94654af35316a365c51eb8a9cdeb8.zip |
mac80211: refresh patches
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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, |