[ath9k-devel] ath9k_htc web server and windows clients

2010-11-26 Thread jacopo mondi
Hi ath9k developers, I'm, experiencing some strange behaviors with an AR9271 powered wireless interface (TP_LINK TL-WN722N). We use that dongle on an embedded ompa3530 powered device (beagleboard) to provvide wireless connectivity. We have switched to kernel 2.6.35 in last days, for being

[ath9k-devel] Is it possibile to set subcarrier modulation in ath9k driver?

2010-11-26 Thread 清 廖
Hi all, I want to know is it possible to set subcarrier modulation(such as BPSK, QPSK, 16QAM or 64QAM) in ath9k driver? Best, Qing ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] ath9k_htc vs. powerpc (was Re: working usb wifi card, that is still possible to buy)

2010-11-26 Thread Pavel Machek
Hi! | D-Link DWA-131| 07d1:3303 | realtek?| | This one should work with driver r8712u in staging in kernel 2.6.37-rcX. I don't have this model for testing, but the DWA-130 is rock solid with that driver.

[ath9k-devel] [PATCH] ath9k_htc: cleanup eeprom endiannes handling

2010-11-26 Thread Pavel Machek
There are already in-place byte swapping macros in Linux, use them. Signed-off-by: Pavel Machek p...@sysgo.com diff --git a/drivers/net/wireless/ath/ath9k/eeprom_4k.c b/drivers/net/wireless/ath/ath9k/eeprom_4k.c index 4fa4d8e..ee4e893 100644 --- a/drivers/net/wireless/ath/ath9k/eeprom_4k.c +++

[ath9k-devel] [PATCH?] do structures need to be packed? [was Re: ath9k_htc vs. powerpc (was Re: working usb wifi card, that is still possible to buy)]

2010-11-26 Thread Pavel Machek
Hi! I'm not sure if all the structures shared with hardware are properly marked as packed. In particular, htc_rx_status contains big endian data, so it might need packing...? Not sure about others. ...you probably do not want to apply all of this... Unfortunately, it does not solve the problem

Re: [ath9k-devel] ath9k_htc vs. powerpc (was Re: working usb wifi card, that is still possible to buy)

2010-11-26 Thread Sujith
Pavel Machek wrote: Hi! Sujith, I see you fought with endianness issues on ath9k_htc driver. Was you able to test it on actual hardware? Should I try the version just after your commit? No, I never had a chance to test the driver on a big-endian system. I assume you are referring to this

Re: [ath9k-devel] How to set ath9k to ap client mode?

2010-11-26 Thread Pat Erley
Ok, my knowledge on this is a little fuzzy, so my technical explanation of the problem may not be 100% accurate, but it does convey what you're running into. When you bridge a client/station interface, there is a problem with the number of available mac addresses in a frame, which causes the

[ath9k-devel] ath9k_htc: deauthenticated Reason: 16

2010-11-26 Thread jacopo mondi
Hi all, using ath9k_htc with an AR9271 device for connecting to a standard WPA-PSK protected 802.11/g network my connection is not stable and i receive back wlan0: deauthenticated from X (Reason: 16) every 30seconds.. I'm using a custom 2.6.36-omap-pm kernel over a omap3

Re: [ath9k-devel] ath9k_htc: deauthenticated Reason: 16

2010-11-26 Thread Rajkumar Manoharan
On Fri, Nov 26, 2010 at 10:29:41PM +0530, jacopo mondi wrote: Hi all, using ath9k_htc with an AR9271 device for connecting to a standard WPA-PSK protected 802.11/g network my connection is not stable and i receive back wlan0: deauthenticated from X (Reason: 16) every

Re: [ath9k-devel] ath9k_htc: deauthenticated Reason: 16

2010-11-26 Thread Senthilkumar Balasubramanian
On Fri, Nov 26, 2010 at 11:31 PM, Rajkumar Manoharan rmanoha...@atheros.com wrote: On Fri, Nov 26, 2010 at 10:29:41PM +0530, jacopo mondi wrote: Hi all,       using ath9k_htc with an AR9271 device for connecting to a standard WPA-PSK protected 802.11/g network my connection is not stable and