diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-05 19:42:43 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-05 19:43:23 +0100 |
commit | 5b64e3532a15f7da18aa039ee83765a196cf1e0f (patch) | |
tree | d9817ecd9a40efada314a0a66c99a8fb8f4c77ee /package/kernel/mt76/patches | |
parent | 6259583ef342af00d14e8d1e186196940889bcac (diff) | |
download | upstream-5b64e3532a15f7da18aa039ee83765a196cf1e0f.tar.gz upstream-5b64e3532a15f7da18aa039ee83765a196cf1e0f.tar.bz2 upstream-5b64e3532a15f7da18aa039ee83765a196cf1e0f.zip |
mt76: update to the latest version
Fixes a tx locking error and adds a pci id
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/mt76/patches')
-rw-r--r-- | package/kernel/mt76/patches/000-uninitialized.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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; |