bcm4908: refresh kernel 5.15 config
[openwrt/openwrt.git] / package / kernel / mt76 / patches / 100-aggregation-definitions.patch
1 --- a/mt7915/init.c
2 +++ b/mt7915/init.c
3 @@ -327,8 +327,8 @@ mt7915_init_wiphy(struct ieee80211_hw *h
4 struct mt7915_dev *dev = phy->dev;
5
6 hw->queues = 4;
7 - hw->max_rx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF;
8 - hw->max_tx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF;
9 + hw->max_rx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF_HE;
10 + hw->max_tx_aggregation_subframes = IEEE80211_MAX_AMPDU_BUF_HE;
11 hw->netdev_features = NETIF_F_RXCSUM;
12
13 hw->radiotap_timestamp.units_pos =