Return-path: Received: from s72.web-hosting.com ([198.187.29.22]:38644 "EHLO s72.web-hosting.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751309AbbBWFnE (ORCPT ); Mon, 23 Feb 2015 00:43:04 -0500 From: Sujith Manoharan MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <21738.48812.661312.969621@gargle.gargle.HOWL> (sfid-20150223_064308_969114_89C29492) Date: Mon, 23 Feb 2015 11:16:20 +0530 To: Linus Torvalds Cc: Adrian Chadd , "ath9k-devel\@lists.ath9k.org" , Linux Wireless List , Kalle Valo , "Luis R. Rodriguez" Subject: Re: [ath9k-devel] AR9462 problems connecting again.. In-Reply-To: References: Sender: linux-wireless-owner@vger.kernel.org List-ID: Linus Torvalds wrote: > 14:07:23.542927: wlp1s0: Event DEAUTH (12) received > 14:07:23.542946: wlp1s0: Deauthentication notification > 14:07:23.542964: wlp1s0: * reason 2 > 14:07:23.542982: wlp1s0: * address 20:9f:db:e7:80:80 > 14:07:23.542997: Deauthentication frame IE(s) - hexdump(len=0): [NULL] > 14:07:23.543055: wlp1s0: CTRL-EVENT-DISCONNECTED bssid=20:9f:db:e7:80:80 reason=2 Sporadic association problems could be a problem with the chosen rates. This would show the rates for the EAPOL frames: iw dev wlp1s0 interface add mon0 type monitor ifconfig mon0 up tshark -i mon0 -Y eapol -T fields -e radiotap.datarate -e wlan -e eapol -e wlan.sa -e wlan.da Run wpa_s. Does setting a lower rate improve connectivity ? 'iw dev wlp1s0 set bitrates ht-mcs-2.4 1' would choose a lower rate for the key-exchange frames. Sujith