From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 27 Jan 2016 23:58:19 +0000 (+0000)
Subject: mt76: update to the latest version, adds some tx path and protection mode register... 
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=644bbe8c3458ac70354555c205bec21f1b3d64cf;p=openwrt%2Fstaging%2Fyousong.git

mt76: update to the latest version, adds some tx path and protection mode register fixes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48514
---

diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index c335149bee..7d35877ad2 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mt76
-PKG_VERSION:=2016-01-15
+PKG_VERSION:=2016-01-28
 PKG_RELEASE=1
 
 PKG_LICENSE:=GPLv2
@@ -10,7 +10,7 @@ PKG_LICENSE_FILES:=
 PKG_SOURCE_URL:=https://github.com/openwrt/mt76
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=7630ee71e3166bb07482b86f0d63ce5cd6673173
+PKG_SOURCE_VERSION:=82510f818c1ccb7b0ea6b2e656bd69804abc0230
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
 
 PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>