linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mac80211: allocate TXQs for active monitor interfaces
@ 2018-09-22 13:09 Felix Fietkau
  2018-09-22 16:24 ` Felix Fietkau
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Fietkau @ 2018-09-22 13:09 UTC (permalink / raw)
  To: linux-wireless; +Cc: johannes, cc

Monitor mode interfaces with the active flag are passed down to the driver.
Drivers using TXQ expect that all interfaces have allocated TXQs before
they get added.

Fixes: 79af1f866193d ("mac80211: avoid allocating TXQs that won't be used")
Cc: stable@vger.kernel.org
Reported-by: Catrinel Catrinescu <cc@80211.de>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
---
 net/mac80211/iface.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c
index 5e6cf2cee965..cf93cd9b9205 100644
--- a/net/mac80211/iface.c
+++ b/net/mac80211/iface.c
@@ -729,7 +729,8 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
 
 	ieee80211_recalc_ps(local);
 
-	if (sdata->vif.type == NL80211_IFTYPE_MONITOR ||
+	if ((sdata->vif.type == NL80211_IFTYPE_MONITOR &&
+	    !(sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE)) ||
 	    sdata->vif.type == NL80211_IFTYPE_AP_VLAN ||
 	    local->ops->wake_tx_queue) {
 		/* XXX: for AP_VLAN, actually track AP queues */
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mac80211: allocate TXQs for active monitor interfaces
  2018-09-22 13:09 [PATCH] mac80211: allocate TXQs for active monitor interfaces Felix Fietkau
@ 2018-09-22 16:24 ` Felix Fietkau
  0 siblings, 0 replies; 2+ messages in thread
From: Felix Fietkau @ 2018-09-22 16:24 UTC (permalink / raw)
  To: linux-wireless; +Cc: johannes, cc

On 2018-09-22 15:09, Felix Fietkau wrote:
> Monitor mode interfaces with the active flag are passed down to the driver.
> Drivers using TXQ expect that all interfaces have allocated TXQs before
> they get added.
> 
> Fixes: 79af1f866193d ("mac80211: avoid allocating TXQs that won't be used")
> Cc: stable@vger.kernel.org
> Reported-by: Catrinel Catrinescu <cc@80211.de>
> Signed-off-by: Felix Fietkau <nbd@nbd.name>
Sorry, wrong patch. Will resend.

- Felix

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-22 22:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-22 13:09 [PATCH] mac80211: allocate TXQs for active monitor interfaces Felix Fietkau
2018-09-22 16:24 ` Felix Fietkau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).