mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 23:12:48 +00:00
00d7702796
This updates mac80211 to version 5.15.74-1 which is based on kernel
5.15.74.
The removed patches were applied upstream.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 58b65525f3
)
14 lines
491 B
Diff
14 lines
491 B
Diff
--- a/mt7915/init.c
|
|
+++ b/mt7915/init.c
|
|
@@ -327,8 +327,8 @@ mt7915_init_wiphy(struct ieee80211_hw *h
|
|
struct mt7915_dev *dev = phy->dev;
|
|
|
|
hw->queues = 4;
|
|
- hw->max_rx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF;
|
|
- hw->max_tx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF;
|
|
+ hw->max_rx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF_HE;
|
|
+ hw->max_tx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF_HE;
|
|
hw->netdev_features = NETIF_F_RXCSUM;
|
|
|
|
hw->radiotap_timestamp.units_pos =
|