[ath9k-devel] [PATCH] ath9k: add phy.c

2015-05-15 Thread Oleksij Rempel
... and move dup code from ar5008_phy.c and ar9002_phy.c to phy.c Signed-off-by: Oleksij Rempel --- drivers/net/wireless/ath/ath9k/Makefile | 1 + drivers/net/wireless/ath/ath9k/ar5008_phy.c | 144 +-- drivers/net/wireless/ath/ath9k/ar9002_phy.c | 144 +-

Re: [ath9k-devel] [PATCH] ath9k: add phy.c

2015-05-15 Thread Julian Calaby
Hi Oleksij, On Fri, May 15, 2015 at 10:35 PM, Oleksij Rempel wrote: > ... and move dup code from ar5008_phy.c and ar9002_phy.c to phy.c A better subject might be: ath9k: consolidate common phy functions "phy.c" doesn't really mean anything to people outside the developers of this particular dr

Re: [ath9k-devel] [PATCH] ath9k: add phy.c

2015-05-15 Thread Sedat Dilek
On Fri, May 15, 2015 at 4:38 PM, Julian Calaby wrote: > Hi Oleksij, > > On Fri, May 15, 2015 at 10:35 PM, Oleksij Rempel > wrote: >> ... and move dup code from ar5008_phy.c and ar9002_phy.c to phy.c > > A better subject might be: > > ath9k: consolidate common phy functions > > "phy.c" doesn't re

Re: [ath9k-devel] ath9k: chance of failing to install unicast encryption key under heavy load

2015-05-15 Thread Alexis Green
Thank you Adrian, Could you point me towards the reference driver? Also, any idea where in ath9k is a good place to check for decryption failures? Instrumenting ath9k_cmn_rx_accept in ath9k/common.c showed some decrypt errors, but it was about same amount for working and broken states. Alexis On

Re: [ath9k-devel] [PATCH] ath9k: add phy.c

2015-05-15 Thread Joe Perches
On Fri, 2015-05-15 at 14:35 +0200, Oleksij Rempel wrote: > ... and move dup code from ar5008_phy.c and ar9002_phy.c to phy.c [] > diff --git a/drivers/net/wireless/ath/ath9k/phy.c > b/drivers/net/wireless/ath/ath9k/phy.c > +void phy_hw_spur_mitigate(struct ath_hw *ah, > + st

Re: [ath9k-devel] [PATCH] ath9k: add phy.c

2015-05-15 Thread Felix Fietkau
On 2015-05-15 14:35, Oleksij Rempel wrote: > ... and move dup code from ar5008_phy.c and ar9002_phy.c to phy.c > > Signed-off-by: Oleksij Rempel We already have base functionality for AR5008-AR9002 provided in some ar5008_phy.c, and ar5008_hw_attach_phy_ops is called for those chipsets as well. P

[ath9k-devel] Implement Software Based (SLOW) Diversity for AR9283(0)

2015-05-15 Thread Luiz de Barros Oliveira Neto
Hello, All, I have a configuration where I want to use an AR9283 device in a Diversity only scenario (without MIMO). Radio chipset is connected to an AR7241 SoC and is running OpenWRT Linux distro. Device is being used as bridged station (Not AP) and has 2 chains, connected to different antennas,

Re: [ath9k-devel] [PATCH] ath9k: add phy.c

2015-05-15 Thread Oleksij Rempel
Am 15.05.2015 um 20:35 schrieb Joe Perches: > On Fri, 2015-05-15 at 14:35 +0200, Oleksij Rempel wrote: >> ... and move dup code from ar5008_phy.c and ar9002_phy.c to phy.c > [] >> diff --git a/drivers/net/wireless/ath/ath9k/phy.c >> b/drivers/net/wireless/ath/ath9k/phy.c > >> +void phy_hw_spur_mi

Re: [ath9k-devel] [PATCH] ath9k: add phy.c

2015-05-15 Thread Oleksij Rempel
Am 15.05.2015 um 21:34 schrieb Felix Fietkau: > On 2015-05-15 14:35, Oleksij Rempel wrote: >> ... and move dup code from ar5008_phy.c and ar9002_phy.c to phy.c >> >> Signed-off-by: Oleksij Rempel > We already have base functionality for AR5008-AR9002 provided in some > ar5008_phy.c, and ar5008_hw_

Re: [ath9k-devel] [PATCH] ath9k: add phy.c

2015-05-15 Thread Joe Perches
On Sat, 2015-05-16 at 07:27 +0200, Oleksij Rempel wrote: > Am 15.05.2015 um 20:35 schrieb Joe Perches: > > On Fri, 2015-05-15 at 14:35 +0200, Oleksij Rempel wrote: > >> ... and move dup code from ar5008_phy.c and ar9002_phy.c to phy.c > > [] > >> diff --git a/drivers/net/wireless/ath/ath9k/phy.c

Re: [ath9k-devel] [PATCH] ath9k: add phy.c

2015-05-15 Thread Oleksij Rempel
Am 16.05.2015 um 07:36 schrieb Joe Perches: > On Sat, 2015-05-16 at 07:27 +0200, Oleksij Rempel wrote: > >> Am 15.05.2015 um 20:35 schrieb Joe Perches: >>> On Fri, 2015-05-15 at 14:35 +0200, Oleksij Rempel wrote: ... and move dup code from ar5008_phy.c and ar9002_phy.c to phy.c >>> [] di

Re: [ath9k-devel] [PATCH] ath9k: add phy.c

2015-05-15 Thread Felix Fietkau
On 2015-05-16 07:24, Oleksij Rempel wrote: > Am 15.05.2015 um 21:34 schrieb Felix Fietkau: >> On 2015-05-15 14:35, Oleksij Rempel wrote: >>> ... and move dup code from ar5008_phy.c and ar9002_phy.c to phy.c >>> >>> Signed-off-by: Oleksij Rempel >> We already have base functionality for AR5008-AR90