[ath5k-devel] [PATCH] ath5k: added initial RFKILL support

2009-05-25 Thread Tobias Doerffel
Hi, Am Mittwoch, 20. Mai 2009 22:29:42 schrieb Bob Copeland: > I'm definitely interested in seeing rfkill gpio support getting in, > it's overdue. So I say repost it and we can fasttrack that. Digging > up your last patchset was already on my todo list. Here we go. I attached a patch (against wi

Re: [ath5k-devel] [PATCH] ath5k: added initial RFKILL support

2009-05-25 Thread Johannes Berg
On Tue, 2009-05-26 at 01:24 +0200, Tobias Doerffel wrote: > + err = rfkill_register(sc->rf_kill.rfkill); > + if (err) { > + sc->rf_kill.rfkill = NULL; > + return -1; > + } Missing rfkill_free, and why -EPERM? Could you try to work against v11 of my rf

Re: [ath5k-devel] [PATCH] ath5k: avoid leaking mutex in ath5k_config

2009-05-25 Thread Johannes Berg
On Mon, 2009-05-25 at 21:34 +0200, John W. Linville wrote: > Reported-by: Johannes Berg > Signed-off-by: John W. Linville > --- > I lost track of the related bug report -- Johannes, do you recall? Thanks for fixing -- the report is Alan's (CC'ed) at http://article.gmane.org/gmane.linux.kernel.wi

[ath5k-devel] [PATCH] ath5k: avoid leaking mutex in ath5k_config

2009-05-25 Thread John W. Linville
Reported-by: Johannes Berg Signed-off-by: John W. Linville --- I lost track of the related bug report -- Johannes, do you recall? drivers/net/wireless/ath/ath5k/base.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/n

[ath5k-devel] MLME-HL-SYNC support

2009-05-25 Thread Aneeq Mahmood
HI all, i skimmed through the source code to find out if ath5k supports higher layer clock synchronization in WLAN by using MLME-HL-SYNC functionality but couldnt find much. Any help/ pointer/feedback on the said issue will be highly appreciated! br aneeq _