projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25bbec3
)
mwifiex: Handle interface type changes from AP to STATION
author
Jonas Dreßler
<verdre@v0yd.nl>
Tue, 14 Sep 2021 19:59:07 +0000
(21:59 +0200)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 21 Sep 2021 15:02:18 +0000
(18:02 +0300)
Looks like this case was simply overseen, so handle it, too.
Signed-off-by: Jonas Dreßler <verdre@v0yd.nl>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link:
https://lore.kernel.org/r/20210914195909.36035-8-verdre@v0yd.nl
drivers/net/wireless/marvell/mwifiex/cfg80211.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/marvell/mwifiex/cfg80211.c
b/drivers/net/wireless/marvell/mwifiex/cfg80211.c
index ed4041ff9c89c3fb7578b5442231c682aa85bc24..64caa5c4350d39ec516599ed34a16f86b45a0da8 100644
(file)
--- a/
drivers/net/wireless/marvell/mwifiex/cfg80211.c
+++ b/
drivers/net/wireless/marvell/mwifiex/cfg80211.c
@@
-1268,6
+1268,7
@@
mwifiex_cfg80211_change_virtual_intf(struct wiphy *wiphy,
case NL80211_IFTYPE_AP:
switch (type) {
case NL80211_IFTYPE_ADHOC:
+ case NL80211_IFTYPE_STATION:
return mwifiex_change_vif_to_sta_adhoc(dev, curr_iftype,
type, params);
break;