Commit c5502b89 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

mt76: mt7615: fix adding active monitor interfaces



Treat them the same as AP iftype internally for MCU commands

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent e07880b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@ static int get_omac_idx(enum nl80211_iftype type, u32 mask)
	int i;

	switch (type) {
	case NL80211_IFTYPE_MONITOR:
	case NL80211_IFTYPE_AP:
	case NL80211_IFTYPE_MESH_POINT:
	case NL80211_IFTYPE_ADHOC: