Skip to content

Commit 162d5c1

Browse files
derennbd168
authored andcommitted
mt76: add 6 GHz band support in mt76_sar_freq_ranges
Add new frequencies support in mt76_sar_freq_ranges[] * 5945 - 6165 * 6165 - 6405 * 6405 - 6525 * 6525 - 6705 * 6705 - 6865 * 6865 - 7125 Reviewed-by: Sean Wang <[email protected]> Signed-off-by: Deren Wu <[email protected]> Signed-off-by: Felix Fietkau <[email protected]>
1 parent f572dc9 commit 162d5c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/net/wireless/mediatek/mt76/mac80211.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ static const struct cfg80211_sar_freq_ranges mt76_sar_freq_ranges[] = {
178178
{ .start_freq = 5350, .end_freq = 5470, },
179179
{ .start_freq = 5470, .end_freq = 5725, },
180180
{ .start_freq = 5725, .end_freq = 5950, },
181+
{ .start_freq = 5945, .end_freq = 6165, },
182+
{ .start_freq = 6165, .end_freq = 6405, },
183+
{ .start_freq = 6405, .end_freq = 6525, },
184+
{ .start_freq = 6525, .end_freq = 6705, },
185+
{ .start_freq = 6705, .end_freq = 6865, },
186+
{ .start_freq = 6865, .end_freq = 7125, },
181187
};
182188

183189
static const struct cfg80211_sar_capa mt76_sar_capa = {

0 commit comments

Comments
 (0)