Re: [ath9k-devel] Mapping between AR9287 pins to WLE200N2 PCIEe pins

2013-03-19 Thread sandeep suresh
Thanks Peter. Currently on our board only certain pins from PCIe are brought out. If the mapping can be changed in software, than I can map to these already brought out pins. Regards Sandeep. From: Peter Stuge To: ath9k-devel@lists.ath9k.org Sent: Tuesday, 19

Re: [ath9k-devel] Mapping between AR9287 pins to WLE200N2 PCIEe pins

2013-03-19 Thread Adrian Chadd
No, it's not under software control. adrian On 19 March 2013 04:47, sandeep suresh wrote: > Thanks Peter. > Currently on our board only certain pins from PCIe are brought out. If the > mapping can be changed in software, than I can map to these already brought > out pins. > Regards > Sandeep.

Re: [ath9k-devel] Mapping between AR9287 pins to WLE200N2 PCIEe pins

2013-03-19 Thread Peter Stuge
sandeep suresh wrote: > Currently on our board only certain pins from PCIe are brought out. You can't magically turn a USB-only miniPCIe-slot into one with both PCIe and USB. You'll need either another mainboard or a USB-based miniPCIe card. //Peter __

Re: [ath9k-devel] ATH9K PCI Question

2013-03-19 Thread C. McPherson
That did not work. I did change ieee80211_monitor_start_xmit() in mac80211 tx.c where it sets the info->flags from: info->flags = IEEE80211_TX_CTL_REQ_TX_STATUS | IEEE80211_TX_CTL_INJECTED; to the following: info->flags = IEEE80211_TX_CTL_REQ_TX_STATUS | IEEE80211_TX_CTL_NO_ACK IEEE

Re: [ath9k-devel] Mapping between AR9287 pins to WLE200N2 PCIEe pins

2013-03-19 Thread sandeep suresh
Thanks Adrian and Peter for your comments. We are in touch with COPEX and will get the necessary changes done. From: Adrian Chadd To: sandeep suresh Cc: Peter Stuge ; "ath9k-devel@lists.ath9k.org" Sent: Tuesday, 19 March 2013 7:06 PM Subject: Re: [ath9k-de

[ath9k-devel] AR9287; BT Coexistence working in WiFi AP, Client and Hybrid Mode

2013-03-19 Thread sandeep suresh
Good morning Dear Experts, This is a query regarding WiFi Bluetooth co-existence for AR9287. From the datasheet I understand that it supports 2-wire/3-wire co-existence. But does AR9287 supports WiFi and BT co-existence in: (a) WiFi in Access Point Mode. (b) WiFi in Client Mode. (c) WiFi in H

Re: [ath9k-devel] AR9287; BT Coexistence working in WiFi AP, Client and Hybrid Mode

2013-03-19 Thread Adrian Chadd
Hi, The bluetooth coexistence in ath9k implements a static btcoex method. You can tweak the various BT weights based on BT and wifi traffic patterns in order to implement whatever you wish. Adrian On 19 March 2013 20:00, sandeep suresh wrote: > Good morning Dear Experts, > This is a query

Re: [ath9k-devel] AR9287; BT Coexistence working in WiFi AP, Client and Hybrid Mode

2013-03-19 Thread sandeep suresh
Hello Mr.Adrian & other experts, Thanks for the quick response.   1. So, does it mean that coexistence (BTCOEX) is independent of the WiFi operating modes like Access Point, client and Hybrid?  2. Also, I wanted to understand if anyone has ath9k with AR9287 with BTCOEX enabled has been tested