[ath5k-devel] ath5k on AR2315 WiSoC

2010-12-01 Thread Lorenzo Bianconi
Hi all, I am trying to switch from madwifi to ath5k on AR2315 WiSoC (Fon 2100A) using patches from Wojciech and Felix but at module loading the driver is not able to attach the HW. In particular it seems that ath5k is not capable to recognize the right mac/phy version/revision in the

[ath5k-devel] [PATCH 2/2] ath: Fix logging message typos

2010-12-01 Thread Joe Perches
Fix immunity misspelling. Standardize strings from multiple modules. Add spaces between words of concatenated strings. Signed-off-by: Joe Perches j...@perches.com --- drivers/net/wireless/ath/ath5k/ani.c |2 +- drivers/net/wireless/ath/ath9k/ar9002_calib.c |4 ++--

Re: [ath5k-devel] [ath9k-devel] [PATCH 2/2] ath: Fix logging message typos

2010-12-01 Thread Joe Perches
On Thu, 2010-12-02 at 06:30 +0100, Peter Stuge wrote: Joe Perches wrote: +++ b/drivers/net/wireless/ath/ath9k/ar9002_calib.c .. @@ -734,7 +734,7 @@ static bool ar9285_hw_cl_cal(struct ath_hw *ah, struct ath9k_channel *chan) if (!ath9k_hw_wait(ah, AR_PHY_AGC_CONTROL,

[ath5k-devel] [PATCH 2/2 V2] ath: Fix logging message typos

2010-12-01 Thread Joe Perches
Fix immunity misspelling. Standardize strings from multiple modules. Add spaces between words of concatenated strings. Signed-off-by: Joe Perches j...@perches.com --- V2: Fix a newly introduced tyop... drivers/net/wireless/ath/ath5k/ani.c |2 +-

Re: [ath5k-devel] [ath9k-devel] [PATCH 2/2] ath: Fix logging message typos

2010-12-01 Thread Peter Stuge
Joe Perches wrote: +++ b/drivers/net/wireless/ath/ath9k/ar9002_calib.c .. @@ -734,7 +734,7 @@ static bool ar9285_hw_cl_cal(struct ath_hw *ah, struct ath9k_channel *chan) if (!ath9k_hw_wait(ah, AR_PHY_AGC_CONTROL, AR_PHY_AGC_CONTROL_CAL, 0, AH_WAIT_TIMEOUT)) {

Re: [ath5k-devel] [ath9k-devel] [PATCH 2/2] ath: Fix logging message typos

2010-12-01 Thread Nick Kossifidis
2010/12/2 Joe Perches j...@perches.com: On Thu, 2010-12-02 at 06:30 +0100, Peter Stuge wrote: Joe Perches wrote: +++ b/drivers/net/wireless/ath/ath9k/ar9002_calib.c .. @@ -734,7 +734,7 @@ static bool ar9285_hw_cl_cal(struct ath_hw *ah, struct ath9k_channel *chan)     if