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

LEDE Commits lede-commits at lists.infradead.org
Wed Jun 2 00:33:45 PDT 2021


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

commit b474142fa834e7c3d34a25ab7a46e1e2bc6c0c16
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Jun 2 08:49:19 2021 +0200

    mt76: update to the latest version
    
    bddc1db76d0f mt76: mt7915: drop the use of repeater entries for station interfaces
    3c90f35dddac mt76: mt7915: add thermal sensor device support
    afab0e8202ff mt76: mt7915: add thermal cooling device support
    41cf02184699 mt76: mt7615: add thermal sensor device support
    2ac6b8762565 mt76: connac: update BA win size in Rx direction
    ddb301127291 mt76: mt7921: fix reset under the deep sleep is enabled
    e4cbefd1d69a mt76: mt7921: avoid unnecessary consecutive WiFi resets
    393eea2034d7 mt76: mt7921: fix invalid register access in wake_work
    a15d46407ffa mt76: mt7921: fix OMAC idx usage
    e4d267d8e900 mt76: mt7921: enable runtime pm by default
    50fd8ce2412a mt76: connac: add bss color support for sta mode
    e29058c3c860 mt76: mt7921: return proper error value in mt7921_mac_init
    c89c8c347b1e mt76: mt7921: do not schedule hw reset if the device is not running
    9f7bb428e587 mt76: mt7921: reset wfsys during hw probe
    22ea365913b5 mt76: mt7915: add .offset_tsf callback
    ad91f8e8e494 mt76: mt7615: add .offset_tsf callback
    6f871f35e3c1 mt76: mt7915: use mt7915_mcu_get_txpower_sku() to get per-rate txpower
    597b68b7daa3 mt76: mt7615: remove useless if condition in mt7615_add_interface()
    3945264468eb mt76: testmode: fix memory leak in mt76_testmode_alloc_skb
    bdcc57a11606 mt76: testmode: remove unnecessary function calls in mt76_testmode_free_skb
    a9763452601d mt76: testmode: remove undefined behaviour in mt76_testmode_alloc_skb
    4aef2a2be464 mt76: mt7615: fix potential overflow on large shift
    d9dd7635b055 mt76: mt7915: use mt7915_mcu_get_mib_info() to get survey data
    d740e921758a mt76: mt7921: introduce mac tx done handling
    259ddfc7cb73 mt76: mt7921: update statistic in active mode only
    757b93f4b179 mt76: mt7921: remove leftover 80+80 HE capability
    1fcff599b2e1 mt76: allow hw driver code to overwrite wiphy interface_modes
    c55c22e39b7d mt7915: update firmware to 2020110522
    10548aef1f45 mt76: mt7915: improve error recovery reliability
    ed6b0c79820c mt76: mt7921: set MT76_RESET during mac reset
    321443258bea mt76: move mt76_rates in mt76 module
    d1652e8af9e1 Revert "mt76: connac: do not schedule wake_work if the runtime-pm is disabled"
    4f4cab39ed9f mt76: mt7915: read all eeprom fields from fw in efuse mode
    71450535f164 mt76: mt7921: enable hw offloading for wep keys
    833d577e430c mt76: mt7921: remove mt7921_get_wtbl_info routine
    67b7a22d2b99 mt76: mt7921: enable random mac address during sched_scan
    cf1ff7bf4f1b mt76: mt7915: setup drr group for peers
    ef2f7aa8745f mt76: mt7615: update radar parameters
    b9f09f530223 mt76: mt7915: fix MT_EE_CAL_GROUP_SIZE
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/kernel/mt76/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 5104c3ec53..8a98c4bfc0 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:=2021-05-15
-PKG_SOURCE_VERSION:=9d736545bb5ac9707e60b7900b7d6b290492e24d
-PKG_MIRROR_HASH:=8fd98f488579c18cfd8c442cff1796dcd70e2ecbc59c5d5b92ee8c0f06efafcf
+PKG_SOURCE_DATE:=2021-06-02
+PKG_SOURCE_VERSION:=b9f09f530223893c0880c3b08fdb2afe55d152e1
+PKG_MIRROR_HASH:=4a8a8189c70d2f169ec69484c74af9221c1c3b62932624b049f3b23988f11d89
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_BUILD_PARALLEL:=1
@@ -155,7 +155,7 @@ define KernelPackage/mt7615-common
   $(KernelPackage/mt76-default)
   TITLE:=MediaTek MT7615 wireless driver common code
   HIDDEN:=1
-  DEPENDS+=@PCI_SUPPORT +kmod-mt76-core +kmod-mt76-connac
+  DEPENDS+=@PCI_SUPPORT +kmod-mt76-core +kmod-mt76-connac +kmod-hwmon-core
   FILES:= $(PKG_BUILD_DIR)/mt7615/mt7615-common.ko
 endef
 
@@ -213,7 +213,7 @@ endef
 define KernelPackage/mt7915e
   $(KernelPackage/mt76-default)
   TITLE:=MediaTek MT7915e wireless driver
-  DEPENDS+=@PCI_SUPPORT +kmod-mt7615-common + at DRIVER_11AX_SUPPORT
+  DEPENDS+=@PCI_SUPPORT +kmod-mt7615-common +kmod-hwmon-core + at DRIVER_11AX_SUPPORT
   FILES:= $(PKG_BUILD_DIR)/mt7915/mt7915e.ko
   AUTOLOAD:=$(call AutoProbe,mt7915e)
 endef



More information about the lede-commits mailing list