Update to Git HEAD (2026-07-31) and switch to 7.2 kernel based driver. We also introduced a new patch 204-* to correct the driver version number. Upstream merged patches: - 005-ath10k-ct-fix-missing-prototypes-warnings-on-6.12-ke.patch Tested on QCA9887 and IPQ4019. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/24529 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
10 lines
402 B
Diff
10 lines
402 B
Diff
--- a/ath10k-7.2/mac.c
|
|
+++ b/ath10k-7.2/mac.c
|
|
@@ -11684,7 +11684,6 @@ int ath10k_mac_register(struct ath10k *a
|
|
ar->hw->wiphy->n_cipher_suites = ar->hw_params.n_cipher_suites;
|
|
|
|
wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST);
|
|
- wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_ETHTOOL_VDEV_STATS);
|
|
|
|
ar->hw->weight_multiplier = ATH10K_AIRTIME_WEIGHT_MULTIPLIER;
|
|
|