diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-11-16 12:43:45 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-11-16 12:44:01 +0100 |
commit | 86fc443f8b7a5cbd99c409b518ca8a4149218853 (patch) | |
tree | 7f87242e6c543046313e926f3b40545c06b985ac | |
parent | bf52c968e863768494e79731550c62610dd3cf78 (diff) | |
download | upstream-86fc443f8b7a5cbd99c409b518ca8a4149218853.tar.gz upstream-86fc443f8b7a5cbd99c409b518ca8a4149218853.tar.bz2 upstream-86fc443f8b7a5cbd99c409b518ca8a4149218853.zip |
mt76: update to the latest version
009ab91 mt76: clean up more unused EXPORT_SYMBOLs
963768d mt76x02: fix regression in tx station race condition fix
d7788cc mt76: mt76x02: make group_wcid the first member in struct mt76x02_vif
e65ad4c mt7603: make group_wcid the first member in struct mt7603_vif
7b1373e mt76: mt76x02: remove mt76x02_txq_init
a97127b mt76: replace sta_add/remove ops with common sta_state function
13f1e82 mt7603: clear wtbl entry for removed stations
90e2c1b mt7603: add mt7603_wtbl_set_skip_tx, change mt7603_wtbl_set_ps users
41931e4 mt7603: toggle skip_tx on station add/remove
d0fdf01 mt7603: avoid unnecessary wtbl writes for ps-filter
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | package/kernel/mt76/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index 3794c891d2..34d2f7e357 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:=2018-11-13 -PKG_SOURCE_VERSION:=88f68838d91e7b00e2abb5638cf40a514837b7da -PKG_MIRROR_HASH:=a239d723bb7fe4a2c5dc549ce55ab20c213a2d1346183c4abcc2eafb9b9c3c5b +PKG_SOURCE_DATE:=2018-11-16 +PKG_SOURCE_VERSION:=d0fdf01a956000bd9c2eff60ee986f9d35f31c3d +PKG_MIRROR_HASH:=414afd663ab2588cc9e6312cba908a307f78cc80bb69ea7288e889c30024c758 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_BUILD_PARALLEL:=1 |