From 5b64e3532a15f7da18aa039ee83765a196cf1e0f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 5 May 2016 19:42:43 +0100 Subject: mt76: update to the latest version Fixes a tx locking error and adds a pci id Signed-off-by: Felix Fietkau --- package/kernel/mt76/patches/000-uninitialized.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/kernel/mt76/patches/000-uninitialized.patch (limited to 'package/kernel/mt76/patches') 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; -- cgit v1.2.3