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

LEDE Commits lede-commits at lists.infradead.org
Tue Aug 25 08:15:17 EDT 2020


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

commit e12ac405525c29a6b6195e6259d769715919560c
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Aug 24 10:36:36 2020 +0200

    mt76: update to the latest version
    
    f0beb7cbc443 mt76: mt7663u: fix memory leaks in mt7663u_probe
    90c8422d3f56 mt76: mt7915: fix typo in function name
    9cbbe4a30eaf mac80211: simplify TX aggregation start
    974486ec2642 util: in worker setup, only overwrite function pointer if not NULL
    519510277a8b mt76: initialize tx worker function earlier
    3c361b1e3f4e mt76: mt7663u: fix dma header initialization
    e8d489647c7f mt76: usb: fix use of q->head and q->tail
    8124daf53130 mt76: sdio: fix use of q->head and q->tail
    3c2cd8580377 mt76: unify queue tx cleanup code
    780cdabb8659 mt76: remove qid argument to drv->tx_complete_skb
    05aa857861fc mt76: remove swq from struct mt76_sw_queue
    e861cb051833 mt76: rely on AQL for burst size limits on tx queueing
    3218b914a2fb mt76: remove struct mt76_sw_queue
    23529b5e93c1 mt76: mt7603: tune tx ring size
    f6ca436ebea4 mt76: mt76x02: tune tx ring size
    97e65131440c mt76: mt7603: check for single-stream EEPROM configuration
    957b6c5ac273 mt76: mt7615: fix MT_ANT_SWITCH_CON register definition
    96a541eedda9 mt76: mt7615: fix antenna selection for testmode tx_frames
    b36d7ae096a3 mt76: mt7603: move number of streams detection to eeprom init
    
    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 61c59cab3d..54a77bda3a 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-08-22
-PKG_SOURCE_VERSION:=8c7c1a207d25cd880c7f54d3fe86e82f14d6ecda
-PKG_MIRROR_HASH:=0411bc634cb4065f748754e02758c172a4c65298696667f198c41d580d165d69
+PKG_SOURCE_DATE:=2020-08-25
+PKG_SOURCE_VERSION:=b36d7ae096a3d8c7d6a8a246f2e8a471a467041e
+PKG_MIRROR_HASH:=da35e999f1bd50ce7061125ccb976129c8485e3593521206831380846953d3cf
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_BUILD_PARALLEL:=1



More information about the lede-commits mailing list