Skip to content

Commit 3c125c4

Browse files
committed
Revert "wifi: mt76: mt7996: advertize beacon_int_min_gcd"
This reverts commit 7fee7b2. patch causes warning in mainline (6.11-rc5) code WARNING: CPU: 3 PID: 2949 at net/wireless/core.c:671 wiphy_register+0x3b4/0x8d8 [cfg80211] if (WARN_ON(types & BIT(NL80211_IFTYPE_ADHOC) && c->beacon_int_min_gcd)) { return -EINVAL; }
1 parent 138fb39 commit 3c125c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ 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,
4645
}
4746
};
4847

0 commit comments

Comments
 (0)