blob: 8eaf2d55371b370e926ad74494fd2eb3142fa654 [file] [log] [blame]
developer064da3c2023-06-13 15:57:26 +08001From 09b50cf201ede70688619366c31aa2ddd57d5cb2 Mon Sep 17 00:00:00 2001
2From: StanleyYP Wang <StanleyYP.Wang@mediatek.com>
3Date: Fri, 31 Mar 2023 11:26:27 +0800
4Subject: [PATCH 1005/1015] wifi: mt76: mt7996: add U-NII-4 support
5
6Signed-off-by: StanleyYP Wang <StanleyYP.Wang@mediatek.com>
7---
8 mac80211.c | 1 +
9 1 file changed, 1 insertion(+)
10
11diff --git a/mac80211.c b/mac80211.c
12index d1cdaee8..501325e9 100644
13--- a/mac80211.c
14+++ b/mac80211.c
15@@ -76,6 +76,7 @@ static const struct ieee80211_channel mt76_channels_5ghz[] = {
16 CHAN5G(165, 5825),
17 CHAN5G(169, 5845),
18 CHAN5G(173, 5865),
19+ CHAN5G(177, 5885),
20 };
21
22 static const struct ieee80211_channel mt76_channels_6ghz[] = {
23--
242.39.2
25