mt76: refresh patches

This commit is contained in:
CN_SZTL 2020-04-25 08:14:12 +08:00
parent 0ddb22c585
commit 05b71f090b
2 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@ PKG_SOURCE_URL:=https://github.com/openwrt/mt76
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2020-04-23
PKG_SOURCE_VERSION:=cde3716aa47e8f8446b18a0f6873f53c95c9f202
PKG_MIRROR_HASH:=a97a23f828cf054220b5f9a083c94323d9591b631ad7190a903c0ab67ba69997
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_BUILD_PARALLEL:=1

View File

@ -9,7 +9,7 @@
if (dev->cap.has_5ghz)
mt76_init_stream_cap(dev, &dev->phy.sband_5g.sband, vht);
}
@@ -219,14 +219,14 @@ mt76_init_sband(struct mt76_dev *dev, st
@@ -218,14 +218,14 @@ mt76_init_sband(struct mt76_dev *dev, st
static int
mt76_init_sband_2g(struct mt76_dev *dev, struct ieee80211_rate *rates,
@ -26,7 +26,7 @@
}
static int
@@ -446,7 +446,7 @@ int mt76_register_device(struct mt76_dev
@@ -445,7 +445,7 @@ int mt76_register_device(struct mt76_dev
mt76_phy_init(dev, hw);
if (dev->cap.has_2ghz) {