We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f572dc9 commit 162d5c1Copy full SHA for 162d5c1
drivers/net/wireless/mediatek/mt76/mac80211.c
@@ -178,6 +178,12 @@ static const struct cfg80211_sar_freq_ranges mt76_sar_freq_ranges[] = {
178
{ .start_freq = 5350, .end_freq = 5470, },
179
{ .start_freq = 5470, .end_freq = 5725, },
180
{ .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, },
187
};
188
189
static const struct cfg80211_sar_capa mt76_sar_capa = {
0 commit comments