aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2019-02-03 20:45:26 +0100
committerFelix Fietkau <nbd@nbd.name>2019-02-03 20:45:56 +0100
commit646d28f996378c2ae49f58f5eb06760c406951aa (patch)
tree26279557b81eea7e446d71b79be5782314d40aee
parent3b401215308e042253f61a00e7e2047169c38863 (diff)
downloadupstream-646d28f996378c2ae49f58f5eb06760c406951aa.tar.gz
upstream-646d28f996378c2ae49f58f5eb06760c406951aa.tar.bz2
upstream-646d28f996378c2ae49f58f5eb06760c406951aa.zip
mt76: update to the latest version
a9d4c0e mt76: mt76x2: avoid running DPD calibration if tx is blocked 4d7e13f mt76: explicitly disable energy detect cca during scan e3c1aad mt76: run MAC work every 100ms 4e8766a mt76: clear CCA timer stats in mt76x02_edcca_init e301f23 mt76: measure the time between mt76x02_edcca_check runs 74075ef mt76: increase ED/CCA tx block threshold Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--package/kernel/mt76/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 7265ba131e..736717e251 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:=2019-01-31
-PKG_SOURCE_VERSION:=2afa0d7e7a85c7035cb396ff4a0c44d991144d83
-PKG_MIRROR_HASH:=4dee91d779aaa6e812758ff53d923e7840077c5049b9c1b6fcc26024091427f8
+PKG_SOURCE_DATE:=2019-02-03
+PKG_SOURCE_VERSION:=74075efe4432b562182cb6284a833f7a780c4654
+PKG_MIRROR_HASH:=4661464b54c9baece068e50e6c62658452edb85b7625fcbaab21098f4714eb23
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_BUILD_PARALLEL:=1