diff options
| author | Agustin Lorenzo | 2025-10-12 23:54:38 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-10-19 22:23:15 +0000 |
| commit | 9295b5a436d9143dd55921ab527d8c38928c30ea (patch) | |
| tree | 8ea1e66cfc1561f7be3f80de2ee9fe2a3f3209ed | |
| parent | f596ae7b8580854ce5af21591d3916e76a6697ff (diff) | |
| download | openwrt-9295b5a436d9143dd55921ab527d8c38928c30ea.tar.gz | |
mac80211: ath11k: reordered the patches 906 and 907 and refreshed, no functional changes
Remove leading 0 from filename.
Signed-off-by: Agustin Lorenzo <agustin.lorenzo@thinco.es>
Link: https://github.com/openwrt/openwrt/pull/20395
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/kernel/mac80211/patches/ath11k/906-wifi-ath11k-disable-coldboot-for-ipq6018.patch (renamed from package/kernel/mac80211/patches/ath11k/0906-wifi-ath11k-disable-coldboot-for-ipq6018.patch) | 2 | ||||
| -rw-r--r-- | package/kernel/mac80211/patches/ath11k/907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch (renamed from package/kernel/mac80211/patches/ath11k/0907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/ath11k/0906-wifi-ath11k-disable-coldboot-for-ipq6018.patch b/package/kernel/mac80211/patches/ath11k/906-wifi-ath11k-disable-coldboot-for-ipq6018.patch index 132f5359b0..d98d24a2ef 100644 --- a/package/kernel/mac80211/patches/ath11k/0906-wifi-ath11k-disable-coldboot-for-ipq6018.patch +++ b/package/kernel/mac80211/patches/ath11k/906-wifi-ath11k-disable-coldboot-for-ipq6018.patch @@ -13,7 +13,7 @@ Signed-off-by: Mantas Pucka <mantas@8devices.com> --- a/drivers/net/wireless/ath/ath11k/core.c +++ b/drivers/net/wireless/ath/ath11k/core.c -@@ -171,8 +171,8 @@ static const struct ath11k_hw_params ath +@@ -171,8 +171,8 @@ static struct ath11k_hw_params ath11k_hw .supports_shadow_regs = false, .idle_ps = false, .supports_sta_ps = false, diff --git a/package/kernel/mac80211/patches/ath11k/0907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch b/package/kernel/mac80211/patches/ath11k/907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch index 597d6aa445..ab8e517839 100644 --- a/package/kernel/mac80211/patches/ath11k/0907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch +++ b/package/kernel/mac80211/patches/ath11k/907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch @@ -14,7 +14,7 @@ Signed-off-by: George Moussalem <george.moussalem@outlook.com> --- a/drivers/net/wireless/ath/ath11k/core.c +++ b/drivers/net/wireless/ath/ath11k/core.c -@@ -698,8 +698,8 @@ static const struct ath11k_hw_params ath +@@ -698,8 +698,8 @@ static struct ath11k_hw_params ath11k_hw .supports_suspend = false, .hal_params = &ath11k_hw_hal_params_ipq8074, .single_pdev_only = false, |