Return-path: Received: from s3.sipsolutions.net ([5.9.151.49]:41900 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753716AbdC2HtY (ORCPT ); Wed, 29 Mar 2017 03:49:24 -0400 Message-ID: <1490773761.7948.3.camel@sipsolutions.net> (sfid-20170329_095002_716253_BC51FE5F) Subject: Re: [REGRESSION] mac80211: IBSS vif queue stopped when started after 11s vif From: Johannes Berg To: Sven Eckelmann , linux-wireless@vger.kernel.org Cc: netdev@vger.kernel.org Date: Wed, 29 Mar 2017 09:49:21 +0200 In-Reply-To: <1978424.XTv2Qph05K@bentobox> (sfid-20170322_101600_364232_CA0A885F) References: <1978424.XTv2Qph05K@bentobox> (sfid-20170322_101600_364232_CA0A885F) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi Sven, > But I could be completely wrong about it. It would therefore be > interesting for me to know who would be responsible to start the > queues when ieee80211_do_open rejected it for IBSS. Well, once ieee80211_offchannel_return() is called, that should do the needful and end up in ieee80211_propagate_queue_wake(). Can you check what the IBSS vif's queues are (vif->hw_queue[...])? However, I also don't understand the difference between encrypted and unencrypted here. johannes