<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel">
    <title>gmane.linux.drivers.ath9k.devel</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11691"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11687"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11686"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11684"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11682"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11678"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11677"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11676"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11675"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11674"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11673"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11672"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11671"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11670"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11669"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11668"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11667"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11666"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11665"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11663"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11691">
    <title>Re: modifying priority of UDP packets</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11691</link>
    <description>&lt;pre&gt;Have you tried the normal QoS stuff that IP supports?  The document
http://www.tldp.org/HOWTO/Adv-Routing-HOWTO/
is antique by IT standards, but most (if not all) still holds true.

Basically, you mark your important packets using firewall rules. Later
those markings are used in the QoS part of the networking stack to
prioritize those packets.

A driver is the very wrong destination for such a solution: would you
hack 1000 different ethernet-, WLAN- and Bluetooth drivers if you want
to prioritize packets?  Nope!
&lt;/pre&gt;</description>
    <dc:creator>Holger Schurig</dc:creator>
    <dc:date>2013-05-24T09:43:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11687">
    <title>Re: modifying priority of UDP packets</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11687</link>
    <description>&lt;pre&gt;Well, I don't want to do it in the driver, if possible in mac80211 itself.
I looked into net/mac80211/, but I did not find any specific hint where the
TOS field is checked and subsequent allocation
takes place. Any hint will be greatly appreciated !

-
Abhinav

On Thu, May 23, 2013 at 7:07 PM, abhinav narain
&amp;lt;abhinavnarain10&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:

_______________________________________________
ath9k-devel mailing list
ath9k-devel&amp;lt; at &amp;gt;lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel
&lt;/pre&gt;</description>
    <dc:creator>abhinav narain</dc:creator>
    <dc:date>2013-05-24T06:07:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11686">
    <title>modifying priority of UDP packets</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11686</link>
    <description>&lt;pre&gt;Hi all,
I wanted to modify the priority of one of specific UDP frames generated by
my specific application,
to be send on VI queue.
Can someone please tell, which files should I look into in compat-wireless
folder ?
-
Abhinav
_______________________________________________
ath9k-devel mailing list
ath9k-devel&amp;lt; at &amp;gt;lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel
&lt;/pre&gt;</description>
    <dc:creator>abhinav narain</dc:creator>
    <dc:date>2013-05-24T02:07:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11684">
    <title>[PATCH v3 1/3] mac80211: add STBC flag for radiotap</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11684</link>
    <description>&lt;pre&gt;Some chips can tell us if received frame was
encoded with STBC or not. To make this information available
in user space we can use updated radiotap specification:
http://www.radiotap.org/defined-fields/MCS

This patch add HAVE_STBC flag and provide number
of STBC encoded spatial streams (Nss).

Signed-off-by: Oleksij Rempel &amp;lt;linux&amp;lt; at &amp;gt;rempel-privat.de&amp;gt;
---
 include/net/ieee80211_radiotap.h |  7 +++++++
 include/net/mac80211.h           |  4 ++++
 net/mac80211/rx.c                | 13 ++++++++++++-
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/include/net/ieee80211_radiotap.h b/include/net/ieee80211_radiotap.h
index c399963..c6d07cb 100644
--- a/include/net/ieee80211_radiotap.h
+++ b/include/net/ieee80211_radiotap.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -269,6 +269,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; enum ieee80211_radiotap_type {
 #define IEEE80211_RADIOTAP_MCS_HAVE_GI0x04
 #define IEEE80211_RADIOTAP_MCS_HAVE_FMT0x08
 #define IEEE80211_RADIOTAP_MCS_HAVE_FEC0x10
+#define IEEE80211_RADIOTAP_MCS_HAVE_STBC0x20
 
 #define IEEE80211_RADIOTAP_MCS_BW_MASK0x0&lt;/pre&gt;</description>
    <dc:creator>Oleksij Rempel</dc:creator>
    <dc:date>2013-05-23T14:11:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11682">
    <title>[PATCH v2 1/3] mac80211: add STBC flag for radiotap</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11682</link>
    <description>&lt;pre&gt;revision:
- v2. set HAVE_STBC only if it is present.
      do not set STBC flag on TX packets.

Signed-off-by: Oleksij Rempel &amp;lt;linux&amp;lt; at &amp;gt;rempel-privat.de&amp;gt;
---
 include/net/ieee80211_radiotap.h |  7 +++++++
 include/net/mac80211.h           |  4 ++++
 net/mac80211/rx.c                | 13 ++++++++++++-
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/include/net/ieee80211_radiotap.h b/include/net/ieee80211_radiotap.h
index c399963..c6d07cb 100644
--- a/include/net/ieee80211_radiotap.h
+++ b/include/net/ieee80211_radiotap.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -269,6 +269,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; enum ieee80211_radiotap_type {
 #define IEEE80211_RADIOTAP_MCS_HAVE_GI0x04
 #define IEEE80211_RADIOTAP_MCS_HAVE_FMT0x08
 #define IEEE80211_RADIOTAP_MCS_HAVE_FEC0x10
+#define IEEE80211_RADIOTAP_MCS_HAVE_STBC0x20
 
 #define IEEE80211_RADIOTAP_MCS_BW_MASK0x03
 #defineIEEE80211_RADIOTAP_MCS_BW_200
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -278,6 +279,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; enum ieee80211_radiotap_type {
 #define IEEE80211_RADIOTAP_MCS_SGI0x04
 #define IEEE80211_RADIOTAP_MCS_FMT_GF0x08
 #define IEEE80211&lt;/pre&gt;</description>
    <dc:creator>Oleksij Rempel</dc:creator>
    <dc:date>2013-05-23T07:17:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11678">
    <title>[PATCH] ath10k: sync WMI interface to FW 636</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11678</link>
    <description>&lt;pre&gt;Signed-off-by: Michal Kazior &amp;lt;michal.kazior&amp;lt; at &amp;gt;tieto.com&amp;gt;
---
 drivers/net/wireless/ath/ath10k/wmi.h |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/drivers/net/wireless/ath/ath10k/wmi.h b/drivers/net/wireless/ath/ath10k/wmi.h
index f08dbb2..9555f5a 100644
--- a/drivers/net/wireless/ath/ath10k/wmi.h
+++ b/drivers/net/wireless/ath/ath10k/wmi.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -104,6 +104,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; enum wmi_service_id {
 WMI_SERVICE_STA_DTIM_PS_MODULATED_DTIM, /* Modulated DTIM support */
 WMI_STA_UAPSD_BASIC_AUTO_TRIG,    /* UAPSD AC Trigger Generation  */
 WMI_STA_UAPSD_VAR_AUTO_TRIG,      /* -do- */
+WMI_SERVICE_STA_KEEP_ALIVE,       /* STA keep alive mechanism support */
 WMI_SERVICE_TX_ENCAP,             /* Packet type for TX encapsulation */
 
 WMI_SERVICE_LAST,
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -173,6 +174,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static inline char *wmi_service_name(int service_id)
 return "BASIC UAPSD";
 case WMI_STA_UAPSD_VAR_AUTO_TRIG:
 return "VAR UAPSD";
+case WMI_SERVICE_STA_KEEP_ALIVE:
+return "STA KEEP ALIVE";
 case WMI_SERVICE&lt;/pre&gt;</description>
    <dc:creator>Michal Kazior</dc:creator>
    <dc:date>2013-05-22T09:11:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11677">
    <title>[PATCH] ath10k: fix hw scan cancelling</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11677</link>
    <description>&lt;pre&gt;If mac80211 decides to cancel a hw scan and FW is
not behaving properly (i.e.  doesn't want to abort
scan at all) we must call
ieee80211_scan_completed(). Otherwise no more
scans will be initiated, ever.

Signed-off-by: Michal Kazior &amp;lt;michal.kazior&amp;lt; at &amp;gt;tieto.com&amp;gt;
---
 drivers/net/wireless/ath/ath10k/mac.c |   25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 2412161..34df005 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1524,7 +1524,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void ath10k_reset_scan(unsigned long ptr)
 spin_unlock_bh(&amp;amp;ar-&amp;gt;data_lock);
 }
 
-static void ath10k_abort_scan(struct ath10k *ar)
+static int ath10k_abort_scan(struct ath10k *ar)
 {
 struct wmi_stop_scan_arg arg = {
 .req_id = 1, /* FIXME */
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1540,15 +1540,17 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static void ath10k_abort_scan(struct ath10k *ar)
 spin_lock_bh(&amp;amp;ar-&amp;gt;data_lock);
 if (!ar-&amp;gt;scan.in_progress) {
 spin_unlock_bh(&amp;amp;ar-&amp;gt;&lt;/pre&gt;</description>
    <dc:creator>Michal Kazior</dc:creator>
    <dc:date>2013-05-22T06:42:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11676">
    <title>Re: AR9287 ; 2-wire coexistence expected behavior</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11676</link>
    <description>&lt;pre&gt;Hello Mr.Adrian,
    Thanks for your comments. 
 
In fact I have used the same ath9k code available and called the initialization for 2-wire coexistence that was missing. I will test further (the following aspects)and commit the code with some documentation so that it will be useful for the community.
 
Can you please further help me:
1. Commands to enable hostapd logging whichwill log the MLME events.
2. How can I enable missed beacon transmit events? Does it get automatically enabled during "modprobe ath9k diag=0xFFFFFFFF" ?

 
Thanks &amp;amp; regards
Sandeep Suresh

________________________________
From: Adrian Chadd &amp;lt;adrian&amp;lt; at &amp;gt;freebsd.org&amp;gt;
To: sandeep suresh &amp;lt;sandeep.suresh&amp;lt; at &amp;gt;yahoo.co.in&amp;gt; 
Cc: ath9k-devel &amp;lt;ath9k-devel&amp;lt; at &amp;gt;lists.ath9k.org&amp;gt;; "linux-wireless&amp;lt; at &amp;gt;vger.kernel.org" &amp;lt;linux-wireless&amp;lt; at &amp;gt;vger.kernel.org&amp;gt; 
Sent: Tuesday, 21 May 2013 8:03 PM
Subject: Re: [ath9k-devel] AR9287 ; 2-wire coexistence expected behavior


Hi!

On 20 May 2013 23:40, sandeep suresh &amp;lt;sandeep.suresh&amp;lt; at &amp;gt;yahoo.co.in&amp;gt; wrote:
Cool! Can you share som&lt;/pre&gt;</description>
    <dc:creator>sandeep suresh</dc:creator>
    <dc:date>2013-05-22T05:49:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11675">
    <title>Frequency range selected while scan</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11675</link>
    <description>&lt;pre&gt;Hello,

I'm working with ath9k driver and wpa supplicant, I have some doubts
related to how wpa supplicant calls the driver(80211) functions for
making a scan in station mode; concretely, I'd wish to locate how the
range of frequencies or channels, in which such a scan'll be carried
out, are defined or set.

Could someone point me out what functions of athk9 driver are used for
such purpose?

Thanks in advance,
&lt;/pre&gt;</description>
    <dc:creator>Francisco Cuesta</dc:creator>
    <dc:date>2013-05-21T21:13:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11674">
    <title>Re: [PATCH 0/6] ath10k: vht support</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11674</link>
    <description>&lt;pre&gt;

Applied.

&lt;/pre&gt;</description>
    <dc:creator>Kalle Valo</dc:creator>
    <dc:date>2013-05-21T19:30:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11673">
    <title>Re: [PATCH 6/6] ath10k: preliminary VHT support</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11673</link>
    <description>&lt;pre&gt;

Yes. I assumed this is for the AP mode, but I can be wrong.


Yeah. I'll just apply this now.

&lt;/pre&gt;</description>
    <dc:creator>Kalle Valo</dc:creator>
    <dc:date>2013-05-21T19:19:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11672">
    <title>Re: [PATCH] ath10k: program FW with appropriateregdomain</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11672</link>
    <description>&lt;pre&gt;

Thanks, applied.

There's actually one checkpatch warning:

drivers/net/wireless/ath/ath10k/mac.c:1266: WARNING: Avoid CamelCase: &amp;lt;regpair-&amp;gt;regDmnEnum&amp;gt;

But there's not much we can do about that :)

&lt;/pre&gt;</description>
    <dc:creator>Kalle Valo</dc:creator>
    <dc:date>2013-05-21T18:59:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11671">
    <title>Re: [PATCH] ath10k: remove unnecessary include</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11671</link>
    <description>&lt;pre&gt;

Thanks, applied.

&lt;/pre&gt;</description>
    <dc:creator>Kalle Valo</dc:creator>
    <dc:date>2013-05-21T18:56:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11670">
    <title>Re: [PATCH] ath10k: remove static mac address mask</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11670</link>
    <description>&lt;pre&gt;

Thanks, applied.

&lt;/pre&gt;</description>
    <dc:creator>Kalle Valo</dc:creator>
    <dc:date>2013-05-21T18:55:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11669">
    <title>Re: [PATCH] ath10k: remove CTRY_DEFAULT assignment</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11669</link>
    <description>&lt;pre&gt;

Thanks, applied.

&lt;/pre&gt;</description>
    <dc:creator>Kalle Valo</dc:creator>
    <dc:date>2013-05-21T18:54:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11668">
    <title>Re: ath9k-htc firmware related question.</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11668</link>
    <description>&lt;pre&gt;This? :) http://wireless.kernel.org/en/users/Drivers/ath9k_htc/devices

2013/5/21 Ben Greear &amp;lt;greearb&amp;lt; at &amp;gt;candelatech.com&amp;gt;:



&lt;/pre&gt;</description>
    <dc:creator>Eugene Krasnikov</dc:creator>
    <dc:date>2013-05-21T18:29:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11667">
    <title>Re: ath9k-htc firmware related question.</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11667</link>
    <description>&lt;pre&gt;
Well, not obviously.  I found the firmware..looking
for the name of the company that helped get it
opened up because they were making hardware of
some sort).

If it's at the link above, it's not obvious.

Thanks,
Ben



&lt;/pre&gt;</description>
    <dc:creator>Ben Greear</dc:creator>
    <dc:date>2013-05-21T18:24:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11666">
    <title>Re: ath9k-htc firmware related question.</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11666</link>
    <description>&lt;pre&gt;Is this what you are looking for ?:)
https://github.com/qca/open-ath9k-htc-firmware

2013/5/21 Ben Greear &amp;lt;greearb&amp;lt; at &amp;gt;candelatech.com&amp;gt;:



&lt;/pre&gt;</description>
    <dc:creator>Eugene Krasnikov</dc:creator>
    <dc:date>2013-05-21T18:18:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11665">
    <title>ath9k-htc firmware related question.</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11665</link>
    <description>&lt;pre&gt;I have a vague memory of mention of a company that helped
fund the ath9k-htc firmware release because it wanted to
make a fully open system.

But, I cannot find mention of it anywhere on the wiki, etc.

Could someone remind me this company name?  I want to see
if they offer NICs for sale..seems like good folks to
support!

Thanks,
Ben

&lt;/pre&gt;</description>
    <dc:creator>Ben Greear</dc:creator>
    <dc:date>2013-05-21T18:08:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11663">
    <title>Re: [PATCH 6/6] ath10k: preliminary VHT support</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11663</link>
    <description>&lt;pre&gt;

Hmm.. so VHT works on the device without setting proper peer phymode?

Adding phymode here should be trivial here I guess anyway.



&lt;/pre&gt;</description>
    <dc:creator>Michal Kazior</dc:creator>
    <dc:date>2013-05-21T11:45:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11662">
    <title>Re: AR9287 ; 2-wire coexistence expected behavior</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.ath9k.devel/11662</link>
    <description>&lt;pre&gt;Hello Mr.Adrian,
    Greetings! I resumed my experiments with 2-wire co-existence with AR9287 in WiFi AP mode.
I was able to see that WLAN_STATUS signal being suppressed when BT_ACTIVE is enabled. I used a 100ms On and 100ms Off (Period = 200ms; 50% dc) for BT_ACTIVE. Just want to confirm the following before ensuring that I am seeing the expected behavior:
 
1. As I am running the WiFi AP with co-existence, other WiFi clients are connected to my AP. by means of diagnsosis (I have enabled diagnosis with modprobe ath9k btcoex_enabled=1 diag=0xffffffff), how can I find out if any WiFi clients are loosing connection and re-connecting back to AP.
 
2. How can I come to know if any of the beacons in WiFi AP mode are getting missed? Diagnosis messages that I can look at.
 
3. As diagnosis is enabled I see the following....is this a concern as there is disable and enable of IER?
&amp;lt;7&amp;gt;ath: disable IER
&amp;lt;7&amp;gt;ath: AR_IMR 0x918104b0 IER 0x1
&amp;lt;7&amp;gt;ath: tx queue 2 (4bfc09c4), link ffde09c4
&amp;lt;7&amp;gt;ath: enable IER
&amp;lt;7&amp;gt;ath: Enabl&lt;/pre&gt;</description>
    <dc:creator>sandeep suresh</dc:creator>
    <dc:date>2013-05-21T06:40:18</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.drivers.ath9k.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.drivers.ath9k.devel</link>
  </textinput>
</rdf:RDF>
