Commit c5502b89 authored by Felix Fietkau's avatar Felix Fietkau

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
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment