[openwrt/openwrt] mt76: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Fri Nov 11 11:05:34 PST 2022


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2403428c75c25301996567cdde57e2230e14d766

commit 2403428c75c25301996567cdde57e2230e14d766
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Nov 11 20:03:45 2022 +0100

    mt76: update to the latest version
    
    8cc34bdc9ef0 wifi: mt76: mt7921: set MT_DRV_AMSDU_OFFLOAD for USB/SDIO
    2182de50a37c wifi: mt76: fix receiving LLC packets on mt7615/mt7915
    269df4b01f27 wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921
    fa4ace8e3b58 ieee80211: add EHT 1K aggregation definitions
    176df35e7e80 wifi: mt76: mt7915: improve accuracy of time_busy calculation
    94b335fa88e1 wifi: mt76: mt7915: add ack signal support
    3365c129f73c wifi: mt76: mt7915: enable use_cts_prot support
    ad9bd2ba361e wifi: mt76: mt7615: enable use_cts_prot support
    68bdcccb0aa7 wifi: mt76: mt7915: fix reporting of TX AGGR histogram
    242fece4323f wifi: mt76: mt7921: fix reporting of TX AGGR histogram
    75003c69a9bd wifi: mt76: mt7615: rely on mt7615_phy in mt7615_mac_reset_counters
    65c70a32f1cf wifi: mt76: move aggr_stats array in mt76_phy
    b1ddf8bec058 wifi: mt76: mt7915: rework mt7915_dma_reset()
    1ad31c3f76f4 wifi: mt76: mt7915: enable full system reset support
    6b0668de7a53 wifi: mt76: mt7915: add full system reset into debugfs
    a5e48378d2a6 wifi: mt76: mt7915: enable coredump support
    1e9060420c92 wifi: mt76: mt7915: fix incorrect tx path number configuration
    0263711ba362 wifi: mt76: mt7915: fix antenna selection with bad eeprom.
    869815e5ef86 wifi: mt76: mt7915: Fix chainmask calculation on mt7915 DBDC
    fc410557b7e1 wifi: mt76: mt7915: Fix VHT beamforming capabilities with DBDC
    daa30a31cf70 wifi: mt76: mt7915: don't claim 160MHz support with mt7915 DBDC
    80bcecdbc2ff wifi: mt76: connac: update nss calculation in txs
    465219c1f56c wifi: mt76: do not run mt76u_status_worker if the device is not running
    c7db15903e5c wifi: mt76: connac: add mt76_connac_mcu_uni_set_chctx
    7a2b1a13b1b0 wifi: mt76: mt7921: add chanctx parameter to mt76_connac_mcu_uni_add_bss signature
    dece6921e606 wifi: mt76: mt7921: add unified ROC cmd/event support
    d4da182389b6 wifi: mt76: mt7921: drop ieee80211_[start, stop]_queues in driver
    0c3ef988d8dc wifi: mt76: connac: accept hw scan request at a time
    c477225fd10e mt7615: update cr4 firmware to 20190415154149
    413a4bf39513 mt76: mt7915: fix unused-but-set variable
    f5034abea899 mt76: mt7915: fix format string
    a9ac73ed8275 wifi: mt76: mt7615: increase eeprom size for mt7663
    4a27f23fc4f2 linux-firmware: update firmware for MT7921 WiFi device
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/kernel/mt76/Makefile                                |  6 +++---
 .../kernel/mt76/patches/100-aggregation-definitions.patch   | 13 -------------
 2 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 5b71a91a3a..fca92f17e7 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -8,9 +8,9 @@ PKG_LICENSE_FILES:=
 
 PKG_SOURCE_URL:=https://github.com/openwrt/mt76
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2022-10-01
-PKG_SOURCE_VERSION:=72b87836d368685a093b927229209b61d8272541
-PKG_MIRROR_HASH:=ea4dfe93f7632d5063ac2ccf0f5a3698e2bfeadbbef45910381b5ef07e334cfc
+PKG_SOURCE_DATE:=2022-11-11
+PKG_SOURCE_VERSION:=4a27f23fc4f22510db81513680666be7e72ccb61
+PKG_MIRROR_HASH:=2cb9a446c6df7d56efc8ace46227964b492bdc3cae6bdbcc2e03fdd1b836b5a6
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_USE_NINJA:=0
diff --git a/package/kernel/mt76/patches/100-aggregation-definitions.patch b/package/kernel/mt76/patches/100-aggregation-definitions.patch
deleted file mode 100644
index a88d57133f..0000000000
--- a/package/kernel/mt76/patches/100-aggregation-definitions.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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 =




More information about the lede-commits mailing list