[ath9k-devel] AR3012 + AR9485 combination?

2012-03-26 Thread Andy Pyles
Hi, I found a vendor selling a combination WiFi + BT (includes both AR3012
+ AR9485) combination pcie card online.

I would like to use it for both a WiFi AP and Bluetooth capabilities.
Can anyone tell me what the status of the ath9k driver with respect to this
combination ( AR9485 + AR3012)?

Thanks!
Andy
___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel


[ath9k-devel] btcoex - ath9k hardware recommendations?

2012-01-30 Thread Andy Pyles
Any recommendations for a PCI based card that has both bluetooth and
802.11 (ath9k)?
A 3-wire device is preferred.

refererences:
http://linuxwireless.org/en/users/Documentation/Bluetooth-coexistence

http://linuxwireless.org/en/users/Drivers/ath9k/btcoex

According to these links an AR9285 device-id looks like what I need.
A quick search on this chipset turned up a card from TP-LINK which
unfortunately doesn't appear to include Bluetooth.  Are there others
cards with this chipset that are known to work well?


Thanks,
Andy
___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel


[ath9k-devel] [PATCH 2/3] wireless: ath9k: use %pM to print MAC

2011-07-20 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com
Cc: Luis R. Rodriguez lrodrig...@atheros.com
Cc: ath9k-devel@lists.ath9k.org
---
 drivers/net/wireless/ath/ath9k/htc_drv_debug.c |7 ++-
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_debug.c 
b/drivers/net/wireless/ath/ath9k/htc_drv_debug.c
index aa48b3a..d3ff33c 100644
--- a/drivers/net/wireless/ath/ath9k/htc_drv_debug.c
+++ b/drivers/net/wireless/ath/ath9k/htc_drv_debug.c
@@ -623,11 +623,8 @@ static ssize_t read_file_base_eeprom(struct file *file, 
char __user *user_buf,
pBase9287-openLoopPwrCntl);
}
 
-   len += snprintf(buf + len, size - len,
-   %20s : %02X:%02X:%02X:%02X:%02X:%02X\n,
-   MacAddress,
-   pBase-macAddr[0], pBase-macAddr[1], pBase-macAddr[2],
-   pBase-macAddr[3], pBase-macAddr[4], 
pBase-macAddr[5]);
+   len += snprintf(buf + len, size - len, %20s : %pM\n, MacAddress,
+   pBase-macAddr);
if (len  size)
len = size;
 
-- 
1.7.5.4

___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel


[ath9k-devel] LED behavior

2009-02-11 Thread Andy Neitzke
Hi,

I am using ath9k and wpa_supplicant with an AR5418 on a Thinkpad X61.  With 
recent wireless-testing the behavior of the wireless LED has changed.  The 
old behavior was that, after association was complete, the LED would light up 
only when there was some TX/RX activity.  The new behavior is that the LED 
flashes constantly (with a fixed period of perhaps 2Hz) whenever I am 
associated to an AP, and does not give any indication of whether there is any 
TX/RX activity.  Is this the intended new behavior?  (If so, may I vote for a 
return to the old behavior?)

Best, and thanks,

-Andy
___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel


[ath9k-devel] can't connect to a specific AP

2009-02-11 Thread Andy Neitzke
Hi,

I am using ath9k and wpa_supplicant with an AR5418 on a Thinkpad X61.  It 
works great for the most part, but there is one AP to which I am consistently 
unable to communicate.  I associate just fine but then never get a response 
from the DNS server.  Using wireshark I can see other packets going by (the 
AP is in a coffee-shop so there is plenty of traffic), and I can see the DHCP 
request being sent, but I never get any response.  This problem still occurs 
with the latest wireless-testing (as of yesterday anyway).  I can connect 
fine if I use Windows on the same machine.

Does anyone have any idea how to debug such a problem?

Best wishes and many thanks for this driver,

-Andy
___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel


[ath9k-devel] How to disable 11n mode

2009-02-09 Thread Andy
Hi All,

I am debuging ath9k in opensolaris,  and i have two questions.

1. How to disable 11n mode when i attach the device?

2. If i don't use 11n mode, should sc-sc_tx_chainmask/sc-sc_rx_chainmask
be initialized to 1?

Thanks very much!

Br,

Andy
___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel


[ath9k-devel] rfkill and ath9k

2008-10-12 Thread Andy Neitzke
Hi,

Is rfkill supposed to be working with ath9k in current wireless-testing/master 
(commit dedd23bb534915c61e105bd81a63984a89a77f03)? 

I am using a Thinkpad X60 Tablet, with CONFIG_RFKILL=m.  The rfkill module is 
loaded by thinkpad_acpi.  The radio switch does show up 
in /sys/class/rfkill/rfkill0, and /sys/class/rfkill/rfkill0/state changes 
(between 1 and 2) when the switch is flipped.  But the ath9k driver seems 
to ignore the switch.  Is there something I have to configure to make it 
work?

Thanks for all your great work!

Andy Neitzke
___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel