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

LEDE Commits lede-commits at lists.infradead.org
Tue Jun 21 11:56:55 PDT 2022


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

commit a703f9ed0b02896eb7bec51d5b5f809c01bc20e0
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Jun 21 20:55:24 2022 +0200

    mt76: update to the latest version
    
    4554ee652caf mt76: mt7921: fix warning Using plain integer as NULL pointer
    a3f1d6ccf3ca mt76: mt7921: add missing bh-disable around rx napi schedule
    9aeca2a5ce47 mt76: mt7921: get rid of mt7921_mcu_exit
    fee8a5911c76 mt76: connac: move shared fw structures in connac module
    db4d784ae7ba mt76: mt7921: move fw toggle in mt7921_load_firmware
    16ab6bf49556 mt76: connac: move mt76_connac2_load_ram in connac module
    29fd748801c6 mt76: connac: move mt76_connac2_load_patch in connac module
    051c68d18214 mt76: mt7663: rely on mt76_connac2_fw_trailer
    d6ae3505ac6c mt76: enable the VHT extended NSS BW feature
    488a5ccc9762 mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signature
    934029bb93e2 mt76: mt7915: rely on mt76_dev in mt7915_mac_write_txwi signature
    ecefae4c7d72 mt76: connac: move mac connac2 defs in mt76_connac2_mac.h
    b5eecc841df8 mt76: connac: move connac2_mac_write_txwi in mt76_connac module
    012e619a07b9 mt76: connac: move mt76_connac2_mac_add_txs_skb in connac module
    1b492be795ea mt76: mt7921: not support beacon offload disable command
    f1f46d3b4b19 mt76: mt7921: fix command timeout in AP stop period
    cae61112ef1d mt76: connac: move HE radiotap parsing in connac module
    487674062643 mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac module
    649bdc4983c4 mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac module
    cb75aaa39252 mt76: mt7921s: remove unnecessary goto in mt7921s_mcu_drv_pmctrl
    e0eaf66eaebb mt76: mt7615: do not update pm stats in case of error
    f8d125b4ea30 mt76: mt7921: do not update pm states in case of error
    6329a834907e mt76: mt7921s: fix possible sdio deadlock in command fail
    8a04f1b04662 mt76: mt7921: fix aggregation subframes setting to HE max
    e52283439094 mt76: mt7915: disable UL MU-MIMO for mt7915
    fd3958970e3d mt76: mt7921: enlarge maximum VHT MPDU length to 11454
    18df38fe77f7 mt76: mt7915: get rid of unnecessary new line in mt7915_mac_write_txwi
    149e95f5d7a6 mt76: connac: move mt76_connac_fw_txp in common module
    899d192e8a79 mt76: move mt7615_txp_ptr in mt76_connac module
    7184f0a6f6a5 mt76: connac: move mt76_connac_tx_free in shared code
    c42d45278fa5 mt76: connac: move mt76_connac_tx_complete_skb in shared code
    0993f4ef96f8 mt76: connac: move mt76_connac_write_hw_txp in shared code
    467960fab791 mt76: connac: move mt7615_txp_skb_unmap in common code
    2e758064b085 mt76: mt7915: rely on mt76_connac_tx_free
    2065a7901671 mt76: move mcu_txd/mcu_rxd structures in shared code
    576c1b7c472b mt76: move mt76_connac2_mcu_fill_message in mt76_connac module
    7275f7758090 mt76: mt7915: fix incorrect testmode ipg on band 1 caused by wmm_idx
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/kernel/mt76/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index eb5f71f759..ba579e2dec 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-06-02
-PKG_SOURCE_VERSION:=1d8af168e86fa4087351b7d10572accd5dee4d36
-PKG_MIRROR_HASH:=5ffd53150c57f378a3ff90e5acc15b9c3321916c4cf5a5698cff03469e6fdab4
+PKG_SOURCE_DATE:=2022-06-21
+PKG_SOURCE_VERSION:=7275f7758090873e120ffe1b3de1ef4da0bc8d47
+PKG_MIRROR_HASH:=b6f4c2ebbd0dd21bfc0a9b1cce35b8fde77b53f97f1711a741c961f00a29ef30
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_USE_NINJA:=0




More information about the lede-commits mailing list