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

LEDE Commits lede-commits at lists.infradead.org
Fri Aug 26 10:49:25 PDT 2022


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

commit ec7d32f3769fbd815f72a7471e4bb7a07aee359d
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Aug 26 19:48:45 2022 +0200

    mt76: update to the latest version
    
    9485e3b47066 mt76: remove q->qid
    e5674c4aa402 mt76: mt7921: enable HW beacon filter not depending on PM flag
    7fd299e3c921 mt76: mt7921: enable HW beacon filter in the initialization stage
    d5459efaaf14 mt76: mt7921: make mt7921_pci_driver static
    b8304b456e23 mt76: connac: move tx initialization/cleanup in mt76_connac module
    6e0d7077486c mt76: mt7921: reduce log severity levels for informative messages
    cb80da974fe6 mt76: mt7921: reduce the mutex lock scope during reset
    a2d61f4f4063 mt76: mt7915 add ht mpdu density
    08ea730c1130 mt76: add len parameter to __mt76_mcu_msg_alloc signature
    60ef85fa352c mt76: introduce MT_RXQ_BAND2 and MT_RXQ_BAND2_WA in mt76_rxq_id
    8ccbb38ca6e6 mt76: add phy_idx in mt76_rx_status
    eb19ac83c07e mt76: introduce phys array in mt76_dev structure
    30887591e3ab mt76: add phy_idx to mt76_wcid
    4bf8c20a9524 mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHY
    e6c6bf8cee09 mt76: get rid of mt76_wcid_hw routine
    120f73ad992a mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()
    111e92cf8c22 mediatek: mt76: eeprom: fix missing of_node_put() in mt76_find_power_limits_node()
    13bedd62ff4a mt76: connac: introduce mt76_connac_reg_map structure
    5ec78e1ec43d wifi: mt76: fix reading current per-tid starting sequence number for aggregation
    
    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 354449b810..acd1123f1f 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-07-03
-PKG_SOURCE_VERSION:=93e3fce916c62d06892d41bf00d0f4c2926c9a0b
-PKG_MIRROR_HASH:=ad966e7aa81301f0601ceb7aae2ecb471c452f5d8366f701add807152fd08971
+PKG_SOURCE_DATE:=2022-08-26
+PKG_SOURCE_VERSION:=5ec78e1ec43d1e39edfea1efb9fd4541fa004af0
+PKG_MIRROR_HASH:=b96ec5199d423dc27e4fe7f0e94c8d5970f6db812237816235f3b735a5cb216a
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_USE_NINJA:=0




More information about the lede-commits mailing list