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

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 15 06:18:43 PST 2022


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

commit 5a0975f7ef2561dd8bbc29e8a9a327f28e641a37
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Feb 14 15:19:08 2022 +0100

    mt76: update to the latest version
    
    ddd3c2f38b30 mt76: redefine mt76_for_each_q_rx to adapt mt7986 changes
    7fa5229a4228 mt76: improve signal strength reporting
    025a72cd2d24 mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDU
    8c765fd92d97 mt76: mt7615: introduce SAR support
    799a15bb68f9 mt76: fix endianness errors in reverse_frag0_hdr_trans
    c114919f0c08 mt76: mt7915: Fix channel state update error issue
    93191a37e59a mt76: mt7915: fix potential memory leak of fw monitor packets
    cde589b2efb7 mt76: mt7921s: fix missing fc type/sub-type for 802.11 pkts
    6ef22f4dc4e4 mt76: mt7915: add support for MT7986
    7f1818cd8f2d mt76: mt7915: introduce band_idx in mt7915_phy
    1d57a0d506db mt76: mt7915: initialize smps mode in mt7915_mcu_sta_rate_ctrl_tlv()
    1f2a4816a3de mt76: mt7615: fix compiler warning on frame size
    d60f335e785b mt76: mt7915: fix endianness warnings in mt7915_debugfs_rx_fw_monitor
    d0ab636cb61c mt76: mt7915: fix endianness warnings in mt7915_mac_tx_free()
    9d9bd7b3c48c mt76: connac: adjust wlan_idx size from u8 to u16
    be1091f1172d mt76: mt7615: Fix assigning negative values to unsigned variable
    d4fc42889a30 mt76: mt7915: check band idx for bcc event
    98ee3e2889ea mt76: mt7915: fix logic error and remove the unused member of mt7915_dev
    bbbbafb67bac mt76: mt7915: fix compiler warning
    abd80cf68db1 mt76: mt7915: fix the muru tlv issue
    a050c14b5631 mt76: mt7915: use min_t() to make code cleaner
    9fee8f3736eb mt76: mt7915e: Fix degraded performance after temporary overheat
    f2e1a62cf0d0 mt76: mt7915e: Add a hwmon attribute to get the actual throttle state.
    c67df0d3130a mt76: mt7915e: Enable thermal management by default
    
    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 67ed37ee93..c88adb6ccc 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-02-03
-PKG_SOURCE_VERSION:=ab9b8078427a9a886b11516d5725190f0e7763b0
-PKG_MIRROR_HASH:=60562cf2ac2e97e654a8202bd6af2c928ca96b129edb168af29f227b6ffbc873
+PKG_SOURCE_DATE:=2022-02-15
+PKG_SOURCE_VERSION:=c67df0d3130a51d79b558f0329c2ca289c73b16e
+PKG_MIRROR_HASH:=57526f62adc1c1cc2c594ff23b883314ad83df8cdfab54c9e3503a8ec4c3a33f
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_USE_NINJA:=0



More information about the lede-commits mailing list