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

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 12 07:02:33 EDT 2020


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

commit 37615174f5b360bfbcf5f11813500599e3b8196d
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Aug 12 12:30:20 2020 +0200

    mt76: update to the latest version
    
    8d9a62e4def7 mt76: mt7915: fix crash on tx rate report for invalid stations
    825343467df4 mt76: fix double DMA unmap of the first buffer on 7615/7915
    99804560372b mt76: mt7615: register ext_phy if DBDC is detected
    93407be934b2 mt76: mt7615: move drv_own/fw_own in mt7615_mcu_ops
    e7774de844e8 mt76: mt7663s: move drv_own/fw_own in mt7615_mcu_ops
    a5602514ab03 mt76: mt7615: hold mt76 lock queueing wd in mt7615_queue_key_update
    5c42061ce181 mt76: do not inject packets if MT76_STATE_PM is set
    ae4757a0ae90 mt76: mt7615: reschedule runtime-pm receiving a tx interrupt
    c4544d1e8a1a mt76: mt76s: fix oom in mt76s_tx_queue_skb_raw
    dc73103874cc mt76: mt76s: move tx processing in a dedicated wq
    c828c84cb134 mt76: mt7663s: move rx processing in txrx wq
    2b34f2f6b0ef mt76: mt76s: move status processing in txrx wq
    f957b050d848 mt76: mt76s: move tx/rx processing in 2 separate works
    6fe964295bd9 mt76: mt76s: get rid of unused variable
    43d6127d8851 mt76: mt7915: enable U-APSD on AP side
    58774b605f1c mt76: set interrupt mask register to 0 before requesting irq
    06f722d8046c mt76: mt7915: clean up and fix interrupt masking in the irq handler
    2fbd6baac103 mt76: mt7615: only clear unmasked interrupts in irq tasklet
    5ea8b6187da2 mt76: mt76x02: clean up and fix interrupt masking in the irq handler
    f2e71f0c1b7e mt76: mt7615: do not do any work in napi poll after calling napi_complete_done()
    1eb94624bb12 mt76: mt7915: do not do any work in napi poll after calling napi_complete_done()
    5e0c587b9ac1 mt76: mt7915: clean up station stats polling and rate control update
    9ab20dfbf7b1 mt76: mt7915: increase tx retry count
    fa69dd96f9c0 mt76: mt7915: enable offloading of sequence number assignment
    9816f9812adb mt76: move mt76_check_agg_ssn to driver tx_prepare calls
    ad90170b0af9 mt76: mt7615: remove mtxq->agg_ssn assignment
    335cd51be4c6 mt76: mt7915: simplify aggregation session check
    21f7734cbb49 mt76: mt7915: add missing flags in WMM parameter settings
    21182f90d947 mt76: mt7915: add Tx A-MSDU offloading support
    27670514328f mt76: mt7615: use v1 MCU API on MT7615 to fix issues with adding/removing stations
    
    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 30146f552d..9fa4f780e0 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:=2020-07-22
-PKG_SOURCE_VERSION:=b5df0fbb1847a51f0a11f03a3fa8dc9d98d4df82
-PKG_MIRROR_HASH:=70aca7f8912b89af975c7b63fdf25d41be831c434e0c991fcbdaa60127d4acd5
+PKG_SOURCE_DATE:=2020-08-12
+PKG_SOURCE_VERSION:=27670514328f9ec4e64b57ea7cb54d8594dcefa0
+PKG_MIRROR_HASH:=88c1af5529e49dd92ce5b8e992a84f33a8e768ee514df7a7eb31a595070551ae
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_BUILD_PARALLEL:=1



More information about the lede-commits mailing list