Return-path: Received: from mail-ww0-f44.google.com ([74.125.82.44]:35752 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752816Ab1LUX2r (ORCPT ); Wed, 21 Dec 2011 18:28:47 -0500 Received: by wgbdr13 with SMTP id dr13so14984811wgb.1 for ; Wed, 21 Dec 2011 15:28:46 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1324484074.13074.313.camel@wwguy-huron> References: <1324424765.13074.281.camel@wwguy-huron> <1324484074.13074.313.camel@wwguy-huron> From: Cheng Renquan Date: Wed, 21 Dec 2011 15:28:25 -0800 Message-ID: (sfid-20111222_002857_091582_D34ACDF2) Subject: Re: linux 3.2-rcX iwlwifi driver's problem (wifi link unstable when moving between multiple APs) To: "Guy, Wey-Yi" Cc: "sedat.dilek@gmail.com" , Intel Linux Wireless , "linux-wireless@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: I cherry-picked these 3 patches on top to v3.2.0-rc6, and now it's working, Thank you all everyone's effort; [archuser@archtop linux-git]$ git cherry-pick 123877b80 [b46 55de35a] iwlwifi: do not set the sequence control bit is not needed Author: Wey-Yi Guy 1 files changed, 4 insertions(+), 1 deletions(-) [archuser@archtop linux-git]$ git cherry-pick 81670a49184 [b46 1b0b51d] iwlwifi: tx_sync only on PAN context Author: Johannes Berg 1 files changed, 6 insertions(+), 0 deletions(-) [archuser@archtop linux-git]$ git cherry-pick 78feb35b81 [b46 73d79e2] iwlwifi: allow to switch to HT40 if not associated Author: Wey-Yi Guy 1 files changed, 2 insertions(+), 2 deletions(-) When walking to some corner meeting rooms (but still has good wifi connectivity, verified by another Android phone wifi ;), the roaming may be from previous AP to none and none to next AP, the process may need 1 to 2 minutes to be stable again, it's not ideally swift but acceptable, Dec 21 14:59:11 archtop NetworkManager[2333]: (wlan0): roamed from BSSID 24:B6:57:34:CC:5F (blizzard) to 6C:9C:ED:EC:BC:7F (blizzard) Dec 21 14:59:41 archtop NetworkManager[2333]: (wlan0): roamed from BSSID 6C:9C:ED:EC:BC:7F (blizzard) to (none) ((none)) Dec 21 14:59:53 archtop NetworkManager[2333]: (wlan0): roamed from BSSID (none) ((none)) to 2C:3F:38:F6:A8:AF (blizzard) Thanks,