Skip to content

Commit 5e50f1c

Browse files
Peter Chiufrank-w
authored andcommitted
wifi: mt76: mt7996: advertize beacon_int_min_gcd
Advertize beacon_int_min_gcd as 100 to allow setting different beacon intervals on different interfaces. Signed-off-by: Peter Chiu <chui-hao.chiu@mediatek.com> Signed-off-by: Shayne Chen <shayne.chen@mediatek.com>
1 parent 1163691 commit 5e50f1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/net/wireless/mediatek/mt76/mt7996

drivers/net/wireless/mediatek/mt76/mt7996/init.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ static const struct ieee80211_iface_combination if_comb[] = {
4242
BIT(NL80211_CHAN_WIDTH_40) |
4343
BIT(NL80211_CHAN_WIDTH_80) |
4444
BIT(NL80211_CHAN_WIDTH_160),
45+
.beacon_int_min_gcd = 100,
4546
}
4647
};
4748

0 commit comments

Comments
 (0)