From mboxrd@z Thu Jan 1 00:00:00 1970 From: jacopo mondi Date: Sun, 28 Nov 2010 18:03:34 +0100 Subject: [ath9k-devel] ath9k_htc: deauthenticated Reason: 16 In-Reply-To: References: <20101126175941.081ad85c@BlackBox> <20101126180148.GA5306@vmraj-lnx.users.atheros.com> Message-ID: <20101128180334.36b8ce0c@BlackBox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Thank you all for your responses... I'm using latest firmware from linux-firmware git repo (size corresponds to the one mentioned in the post you were referring to). I've also applied that 1 line patch suggested by Rajkumar Manoharan. I've done different tries, and registered logs, in order to provide more debug informations I can. ath9k_htc (no debug, nohwcrypt=0) http://pastebin.com/QVJkHMzy As you can see CRDA thinks I'm in China, which is not true. I think that information is taken from some kind of chip memory (log talks about EEPROM), and I've no idea if it's important to change that information and how to do that. Connection is unstable and disconnection happens about every 30 seconds. ath9k_htc (debug=601, nohwcrypt=0) http://pastebin.com/Z045ZDFQ Same situation as before but with huge debugging infos When enabling nohwcrypt connection seems to be stable, but I've to guess that doing encryption entirely in software decreases overall performances. Since hw encryption seems to introduce problems, could it be a firmware related issue? Thanks a lot j