From 08618a3866912fd055da70d94ea1aecc592986e1 Mon Sep 17 00:00:00 2001
From: StanleyYP Wang <StanleyYP.Wang@mediatek.com>
Date: Fri, 31 Mar 2023 11:26:27 +0800
Subject: [PATCH 1005/1014] wifi: mt76: mt7996: add U-NII-4 support

Signed-off-by: StanleyYP Wang <StanleyYP.Wang@mediatek.com>
---
 mac80211.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mac80211.c b/mac80211.c
index d1cdaee..501325e 100644
--- a/mac80211.c
+++ b/mac80211.c
@@ -76,6 +76,7 @@ static const struct ieee80211_channel mt76_channels_5ghz[] = {
 	CHAN5G(165, 5825),
 	CHAN5G(169, 5845),
 	CHAN5G(173, 5865),
+	CHAN5G(177, 5885),
 };
 
 static const struct ieee80211_channel mt76_channels_6ghz[] = {
-- 
2.18.0

