From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis R. Rodriguez Date: Mon, 18 May 2009 14:14:52 -0700 Subject: [ath9k-devel] N mode In-Reply-To: <4A11CBD0.4030008@gmail.com> References: <4A0EB5A4.5070109@gmail.com> <4A0F2EE9.6050207@gmail.com> <20090518153313.GA20637@tesla> <4A11CB65.80007@gmail.com> <4A11CBD0.4030008@gmail.com> Message-ID: <20090518211452.GQ20637@tesla> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Mon, May 18, 2009 at 01:57:52PM -0700, Dmitri Seletski wrote: > Forgot to mention, i used bleeding edge this time, but if you want me > to, I can of course try stable branch. Bleeding edge is fine but keep in mind john hasn't applied a series of patches pending for ath9k. Particularly power save fixes have been posted and by default this is enabled so you can try to disable this and see if it helps. Set: CONFIG_MAC80211_DEFAULT_PS=n If using compat-wireless you can stuff this into config.mk. Once these patches get merged you can try again with it enabled. Anyway I don't think your issues may be PS related, but more interoperability related, your AP may be doing something we don't expect somehow yet in either mac80211 or ath9k. Either way please test with PS disabled by default and see if that helps. You can also try the stable RC releases, that doesn't have PS enabled by default. Luis