[source] mt76: update to the latest version, fixes setting per-vif mac address

LEDE Commits lede-commits at lists.infradead.org
Fri Dec 8 08:58:53 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/98fb380d8855f7d6b94f3be791331adaa3d88a2a

commit 98fb380d8855f7d6b94f3be791331adaa3d88a2a
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Dec 8 17:57:24 2017 +0100

    mt76: update to the latest version, fixes setting per-vif mac address
    
    d02a05b mt7603: update firmware to version 20160107100755
    4d4cd05 Partially revert "mt7603: use mcu command to set timing registers, fix OFDM timeout values"
    170f334 mt76x2: remove MAC address limitation for multi-vif setups
    3563b8f mt76x2: clean up MAC/BSSID address initialization
    9de77e1 mt76x2: drop wiphy->addresses
    a6a6e25 mt76x2: init: disable APCLI by default
    c64633e mt76x2: configure rx filter based on monitor mode setting
    ac815fa mt76x2: init: fix rx filter default value during init
    e504656 mt7603: configure other-unicast drop based on monitor mode setting
    
    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 eb02431..6d96ff2 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:=2017-12-03
-PKG_SOURCE_VERSION:=8e17d36381a119df346016dd2bd1c551988a583f
-PKG_MIRROR_HASH:=3cad68b9ec2514c067cfd81ea51fe74aedce2a1b2c85a0a1b70f764726716861
+PKG_SOURCE_DATE:=2017-12-08
+PKG_SOURCE_VERSION:=e50465605266118060df1b86eb7641c65fd29c65
+PKG_MIRROR_HASH:=3d7d3aa29c1e8dabe8f2c0a14480140f60ddc73681510aadbf07c5a1e5efac6e
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_BUILD_PARALLEL:=1



More information about the lede-commits mailing list