From 5b64e3532a15f7da18aa039ee83765a196cf1e0f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 5 May 2016 19:42:43 +0100 Subject: [PATCH] mt76: update to the latest version Fixes a tx locking error and adds a pci id Signed-off-by: Felix Fietkau --- package/kernel/mt76/Makefile | 4 ++-- package/kernel/mt76/patches/000-uninitialized.patch | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 package/kernel/mt76/patches/000-uninitialized.patch diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index 683461404f..1e7dc79369 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-03-04 +PKG_VERSION:=2016-04-27 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:=7059cc27df894a4b845b6deb7c51425ffb4b7c5c +PKG_SOURCE_VERSION:=7605d326e6f6dcc3cf0cceea9779f3fd15e1eca7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=Felix Fietkau diff --git a/package/kernel/mt76/patches/000-uninitialized.patch b/package/kernel/mt76/patches/000-uninitialized.patch deleted file mode 100644 index f27c9a2994..0000000000 --- a/package/kernel/mt76/patches/000-uninitialized.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/mt7603_mac.c -+++ b/mt7603_mac.c -@@ -474,7 +474,7 @@ - bool stbc = false; - int n_rates = sta->n_rates; - u8 bw, bw_prev, bw_idx = 0; -- u16 val[8]; -+ u16 val[8] = { 0 }; - u32 w9 = mt76_rr(dev, addr + 9 * 4); - int count; - int i; -- 2.30.2