Re: [ath5k-devel] [PATCH] Add myself to MAINTAINERS and rewrite module description on Kconfig

2007-11-14 Thread Michael Renzmann
> *Add better description in Kconfig > *Add myself to MAINTAINERS > > Signed-off-by: Nick Kossifidis <[EMAIL PROTECTED]> Acked-by: Michael Renzmann <[EMAIL PROTECTED]> I intended to submit a similar patch which adds ath5k-devel to MAINTAINERS. Thanks Nick. Bye, Mike _

Re: [ath5k-devel] Linux wireless compatibility package for kernels >= 2.6.22

2007-11-14 Thread Pavel Roskin
Hello, Luis! On Tue, 2007-11-13 at 18:10 -0500, Luis R. Rodriguez wrote: > I ran into to this but I had fixed it in compat.diff. Anyway, this > won't be necessary anymore as the directories match the kernel's now. OK, that's much better now. > > After some hack to make it compile, I still get:

[ath5k-devel] [PATCH] Add myself to MAINTAINERS and rewrite module description on Kconfig

2007-11-14 Thread Nick Kossifidis
*Add better description in Kconfig *Add myself to MAINTAINERS Signed-off-by: Nick Kossifidis <[EMAIL PROTECTED]> --- diff --git a/MAINTAINERS b/MAINTAINERS index 751cd42..38b3956 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -652,9 +652,12 @@ S: Supported ATHEROS ATH5K WIRELESS DRIVER P: Ji

[ath5k-devel] [PATCH 4/4] ath5k: Fix calinterval and add more RF5413/5414 inivals

2007-11-14 Thread Nick Kossifidis
*Fix calinterval to be 10secs for now. *Add some more initial settings i got for RF5413/5414 Still no fix for poor 802.11a performance (probably tx power related) ;-( Leave it as "partialy supported" until this issue is resolved... for base.c Changes-licensed-under: 3-clause-BSD for all others..

[ath5k-devel] [PATCH 3/4] ath5k: Add RF5413/5414 support

2007-11-14 Thread Nick Kossifidis
*Add support for RF5413/5414 single-chip solutions This needs testing (also on 5424/2424) before we declare that's fully supported. It works for me and the RF5413 i got ;-) Changes-licensed-under: ISC Signed-Off-by: Nick Kossifidis <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/

[ath5k-devel] [PATCH 2/4] ath5k: Fix device info reporting

2007-11-14 Thread Nick Kossifidis
*Fix device info code Changes-licensed-under: 3-clause-BSD Signed-Off-by: Nick Kossifidis <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net/wireless/ath5k/base.c index 4c4837f..0d0e060 100644 --- a/drivers/net/wireless/ath5k/base.c +++ b/drivers/net/wireless/at

[ath5k-devel] [PATCH 1/4] ath5k: Fix another faulty channel flag check

2007-11-14 Thread Nick Kossifidis
*Fix another faulty channel flags check Don't check channel->val against CHANNEL_A/B/G flags because they have common flags set eg. doing AND between CHANNEL_A and CHANNEL_G always returns true because they have CHANNEL_OFDM, same goes for CHANNEL_B and CHANNEL_G that have CHANNEL_2GHZ in c