developer | 692ed9b | 2023-06-19 12:03:50 +0800 | [diff] [blame] | 1 | From 09b50cf201ede70688619366c31aa2ddd57d5cb2 Mon Sep 17 00:00:00 2001 |
| 2 | From: StanleyYP Wang <StanleyYP.Wang@mediatek.com> |
| 3 | Date: Fri, 31 Mar 2023 11:26:27 +0800 |
| 4 | Subject: [PATCH 1005/1015] wifi: mt76: mt7996: add U-NII-4 support |
| 5 | |
| 6 | Signed-off-by: StanleyYP Wang <StanleyYP.Wang@mediatek.com> |
| 7 | --- |
| 8 | mac80211.c | 1 + |
| 9 | 1 file changed, 1 insertion(+) |
| 10 | |
| 11 | diff --git a/mac80211.c b/mac80211.c |
| 12 | index 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 | -- |
| 24 | 2.39.2 |
| 25 | |