Re: [ath5k-devel] [PATCH 1/5] ath: add common function ath_is_mybeacon

2014-01-16 Thread Antonio Quartulli
gt; + Apart from the fact that the expression in the if guard is badly indented, couldn't you just return the value of that expression and remove the if at all? Cheers, > + return false; > +} > +EXPORT_SYMBOL(ath_is_mybeacon); > + > void ath_prin

[ath5k-devel] [PATCH] ath5k: claim support for IBSS RSN

2012-01-14 Thread Antonio Quartulli
Disable group keys programming when using IBSS RSN. Keys will be managed using software. In this way IBSS RSN can correctly work. Signed-off-by: Antonio Quartulli --- drivers/net/wireless/ath/ath5k/base.c |3 +++ drivers/net/wireless/ath/ath5k/mac80211-ops.c |8 2 files