diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-15 11:30:44 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-17 13:39:14 +0200 |
commit | 742505ef0984d77d966db97fa80407b071334208 (patch) | |
tree | 7432fab3408665cc9f8fe785f6dc9c032410d951 /package/kernel/mac80211/patches/ath/980-ath10k-fix-max-antenna-gain-unit.patch | |
parent | ebbec2fdc6cec4119fb4fefc3080146aa00bc07d (diff) | |
download | upstream-742505ef0984d77d966db97fa80407b071334208.tar.gz upstream-742505ef0984d77d966db97fa80407b071334208.tar.bz2 upstream-742505ef0984d77d966db97fa80407b071334208.zip |
mac80211: Update to version 5.2.8-1
This contains multiple fixes from the upstream kernel.
The removed patch was merged upstream.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/kernel/mac80211/patches/ath/980-ath10k-fix-max-antenna-gain-unit.patch')
-rw-r--r-- | package/kernel/mac80211/patches/ath/980-ath10k-fix-max-antenna-gain-unit.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/ath/980-ath10k-fix-max-antenna-gain-unit.patch b/package/kernel/mac80211/patches/ath/980-ath10k-fix-max-antenna-gain-unit.patch index 49f6057799..9c729e70f9 100644 --- a/package/kernel/mac80211/patches/ath/980-ath10k-fix-max-antenna-gain-unit.patch +++ b/package/kernel/mac80211/patches/ath/980-ath10k-fix-max-antenna-gain-unit.patch @@ -38,7 +38,7 @@ Forwarded: https://patchwork.kernel.org/patch/10986723/ if (arvif->vdev_type == WMI_VDEV_TYPE_AP) { arg.ssid = arvif->u.ap.ssid; -@@ -3128,7 +3128,7 @@ static int ath10k_update_channel_list(st +@@ -3132,7 +3132,7 @@ static int ath10k_update_channel_list(st ch->min_power = 0; ch->max_power = channel->max_power * 2; ch->max_reg_power = channel->max_reg_power * 2; |