diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-06-24 21:15:12 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-06-24 21:15:41 +0200 |
commit | 29ed58c8bee1de5b1779494e88620862edc44700 (patch) | |
tree | 80adf983b3d193842e10462c56f222ae9eb392e6 /package/kernel/mt76/Makefile | |
parent | f770c33d7bb94b610d3a1c1fa84bc917678b65bc (diff) | |
download | upstream-29ed58c8bee1de5b1779494e88620862edc44700.tar.gz upstream-29ed58c8bee1de5b1779494e88620862edc44700.tar.bz2 upstream-29ed58c8bee1de5b1779494e88620862edc44700.zip |
mt76: update to the latest version
1696f9eb8b40 mt76: mt7915: do not copy ieee80211_ops pointer in mt7915_mmio_probe
a4db5869d660 mt76: mt7915: update mpdu density in 6g capability
500c18014d95 mt76: mt7915: add sta_rec with EXTRA_INFO_NEW for the first time only
3ef66fc7c714 mt76: do not check the ccmp pn for ONLY_MONITOR frame
dd682eead016 mt76: mt7915: update the maximum size of beacon offload
4fb991f2c997 mt76: mt7615: add sta_rec with EXTRA_INFO_NEW for the first time only
ba39ed3b44f1 mt76: mt76x02: improve reliability of the beacon hang check
fd8211cf7c59 mt76: mt7921: sync with updated patch
f2edd340ddb4 mt76: allow receiving frames with invalid CCMP PN via monitor interfaces
b6e865e2cc70 mt76: mt7615: fix throughput regression on DFS channels
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/mt76/Makefile')
-rw-r--r-- | package/kernel/mt76/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index ba579e2dec..13d744bce9 100644 --- a/package/kernel/mt76/Makefile +++ b/package/kernel/mt76/Makefile @@ -8,9 +8,9 @@ PKG_LICENSE_FILES:= PKG_SOURCE_URL:=https://github.com/openwrt/mt76 PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2022-06-21 -PKG_SOURCE_VERSION:=7275f7758090873e120ffe1b3de1ef4da0bc8d47 -PKG_MIRROR_HASH:=b6f4c2ebbd0dd21bfc0a9b1cce35b8fde77b53f97f1711a741c961f00a29ef30 +PKG_SOURCE_DATE:=2022-06-24 +PKG_SOURCE_VERSION:=b6e865e2cc7080c91ec34a9dd3648d25f7ce04c6 +PKG_MIRROR_HASH:=4d311e55431400266a1d58534ea22421b080670f937df3d9ad1fb9a9d0362bda PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_USE_NINJA:=0 |