Browse Source

mt76: update to the latest version

9090f9c mt76x2: fix threshold for gain adjustment
2cbaa57 mt76x2: fix swapped values for RXO-18 in gain control
a39ab70 mt76x2: adjust AGC control register 26 based on gain for VHT80
4936c0c mt76x2: clear false CCA counters after changing gain settings
1528fe7 mt76x2: fix variable gain adjustment range
f3522e1 mt76x2: add a debugfs file to dump agc calibration information
65e161b mt76x2: fix tracking rssi for dynamic gain adjustment

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 7 years ago
parent
commit
2f3c5fe962
1 changed files with 3 additions and 3 deletions
  1. 3 3
      package/kernel/mt76/Makefile

+ 3 - 3
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-05-20
-PKG_SOURCE_VERSION:=792dbe02613299f67e92815f0b2b7584dc951ffd
-PKG_MIRROR_HASH:=8b5747b868fc2af5b75c2d1aa289a165bf70732aae049907a3b82ca3c81f5480
+PKG_SOURCE_DATE:=2018-06-15
+PKG_SOURCE_VERSION:=65e161bec8e0fe97d2934982b5d8e29c0f9c8a7e
+PKG_MIRROR_HASH:=321b0b107b811f5d3696cff54c2482af2e406a6aeb908d8edfa9baea9db2105d
 
 PKG_MAINTAINER:=Felix Fietkau <[email protected]>
 PKG_BUILD_PARALLEL:=1