Return-path: Received: from mail-qk0-f172.google.com ([209.85.220.172]:33312 "EHLO mail-qk0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751702AbcAGQcv (ORCPT ); Thu, 7 Jan 2016 11:32:51 -0500 Received: by mail-qk0-f172.google.com with SMTP id p186so105710547qke.0 for ; Thu, 07 Jan 2016 08:32:50 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <568E913D.7050301@candelatech.com> From: Krishna Chaitanya Date: Thu, 7 Jan 2016 22:02:31 +0530 Message-ID: (sfid-20160107_173254_117356_419EBB11) Subject: Re: lost connectivity until "wpa_cli reassociate" is issued To: David Mosberger Cc: Ben Greear , linux-wireless Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Jan 7, 2016 at 9:59 PM, David Mosberger wrote: > > Ben, > > On Thu, Jan 7, 2016 at 9:24 AM, Ben Greear wrote: > > On 01/07/2016 08:19 AM, David Mosberger wrote: > >> > >> We are seeing a curious issue where WLAN connectivity sometimes > >> gets stuck until a "wpa_cli reassociate" command is issued. > >> > >> At the WPA level, everything appears to be working fine) > >> (see thread starting at > >> http://lists.infradead.org/pipermail/hostap/2016-January/034454.html). > > > > I don't remember seeing you mention the driver and NIC you are using. > > > > I think this is likely a driver bug, so please provide that info. > > Sure, we're using rtl8192cu. I started out suspecting a driver bug as > well, but since we're processing management frames during those > "stuck" periods just fine (see > debug output in > http://lists.infradead.org/pipermail/hostap/2016-January/034459.html), > I'm not so sure anymore. Like mac80211, we have patched rtl8192cu > driver with current > bug-fixes already. Management frames use a different queue (VO) from the logs it looks like a data path issue in driver/FW. The re-association might be clearing/triggering TX in driver solving the issue.