Skip to content

Commit 948f652

Browse files
Peter Chiunbd168
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 <[email protected]> Signed-off-by: Shayne Chen <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Felix Fietkau <[email protected]>
1 parent 9265397 commit 948f652

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/mediatek/mt76/mt7996

1 file changed

+1
-0
lines changed

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)