mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
mt76: mt7615: fix adding active monitor interfaces
Treat them the same as AP iftype internally for MCU commands Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
e07880b24d
commit
c5502b89ee
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user