[ath9k-devel] [PATCH v2 1/3] ath9k: Update WB335 PCI IDs

2014-01-08 Thread Sujith Manoharan
From: Sujith Manoharan * Add new AR9565 1.0/1.0.1/1.1 IDs * Change Dell/Lenovo/Samsung cards to 2-Antenna with diversity. Signed-off-by: Sujith Manoharan --- drivers/net/wireless/ath/ath9k/pci.c | 101 --- 1 file changed, 82 insertions(+), 19 deletions(-) diff

[ath9k-devel] [PATCH v2 2/3] ath9k: Use correct channel for RX packets

2014-01-08 Thread Sujith Manoharan
From: Sujith Manoharan Accessing the current channel definition in mac80211 when processing RX packets is problematic because it could have been updated when a scan is issued. Since a channel change involves flushing the existing packets in the RX queue before a chip-reset is done, they would be

[ath9k-devel] [PATCH v2 3/3] ath9k: Disable cross-band FCC

2014-01-08 Thread Sujith Manoharan
From: Sujith Manoharan Fast Channel Change across bands was enabled for AR9462 recently, but this is causing baseband issues. Disable it until this feature is tested well. Also, remove the feature bit for AR9565 since it is a single-band card and doesn't support this feature. Cc: sta...@vger.ker

Re: [ath9k-devel] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit

2014-01-08 Thread Oleksij Rempel
Am 08.01.2014 12:18, schrieb Sujith Manoharan: > Sujith Manoharan wrote: >>> seems to be fixed with this change. thank you :) >> >> Thanks for testing, I'll post a more complete patch. > > Just to confirm, can you test this patch on a clean tree > (without the earlier fix) and make sure that the d

Re: [ath9k-devel] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit

2014-01-08 Thread Sujith Manoharan
Oleksij Rempel wrote: > > Can you see if this patch makes a difference ? > > > > diff --git a/drivers/net/wireless/ath/ath9k/hw.c > > b/drivers/net/wireless/ath/ath9k/hw.c > > index 47c6285..b3e1d5e 100644 > > --- a/drivers/net/wireless/ath/ath9k/hw.c > > +++ b/drivers/net/wireless/ath/ath9k/hw.c

Re: [ath9k-devel] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit

2014-01-08 Thread Sujith Manoharan
Oleksij Rempel wrote: > > Can you try this patch ? > > > > diff --git a/drivers/net/wireless/ath/ath9k/recv.c > > b/drivers/net/wireless/ath/ath9k/recv.c > > index 6d643ca..a638f3a 100644 > > --- a/drivers/net/wireless/ath/ath9k/recv.c > > +++ b/drivers/net/wireless/ath/ath9k/recv.c > > @@ -850,8

Re: [ath9k-devel] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit

2014-01-08 Thread Oleksij Rempel
Am 08.01.2014 11:58, schrieb Sujith Manoharan: > Oleksij Rempel wrote: >>> Can you try this patch ? >>> >>> diff --git a/drivers/net/wireless/ath/ath9k/recv.c >>> b/drivers/net/wireless/ath/ath9k/recv.c >>> index 6d643ca..a638f3a 100644 >>> --- a/drivers/net/wireless/ath/ath9k/recv.c >>> +++ b/dri

Re: [ath9k-devel] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit

2014-01-08 Thread Sujith Manoharan
Sujith Manoharan wrote: > > seems to be fixed with this change. thank you :) > > Thanks for testing, I'll post a more complete patch. Just to confirm, can you test this patch on a clean tree (without the earlier fix) and make sure that the debug message is seen when the issue happens ? Thanks !

Re: [ath9k-devel] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit

2014-01-08 Thread Sujith Manoharan
Oleksij Rempel wrote: > > Can you try this patch ? > > > > diff --git a/drivers/net/wireless/ath/ath9k/recv.c > > b/drivers/net/wireless/ath/ath9k/recv.c > > index 6d643ca..a638f3a 100644 > > --- a/drivers/net/wireless/ath/ath9k/recv.c > > +++ b/drivers/net/wireless/ath/ath9k/recv.c > > @@ -850,8