forked from Openwrt-EcoNet/openwrt
In this new version channel 177 is supported.
Dropped patches:
[1] 001-patch-version.patch
[2] 205-ath10k-ct-silence-warning-caused-by-unsupported-retr.patch
[1] [2] 8adb310f84
Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18731
Signed-off-by: Robert Marko <robimarko@gmail.com>
11 lines
404 B
Diff
11 lines
404 B
Diff
--- a/ath10k-6.14/mac.c
|
|
+++ b/ath10k-6.14/mac.c
|
|
@@ -11650,7 +11650,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;
|
|
|