aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/rfgain.h
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2011-07-07 18:13:24 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-07-08 11:44:28 -0400
commit0a5d381348fcb12d27289b3a66824fb3481911ce (patch)
treefd5a1a8e52f71fcf342f9c145d3614cf788ef250 /drivers/net/wireless/ath/ath5k/rfgain.h
parentath5k: remove PRIV_ENTRY and PRIV_ASSIGN macros, they obfuscate the code (diff)
downloadlinux-dev-0a5d381348fcb12d27289b3a66824fb3481911ce.tar.xz
linux-dev-0a5d381348fcb12d27289b3a66824fb3481911ce.zip
ath5k: replace spaces with tabs as suggested by checkpatch.pl
Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/rfgain.h')
-rw-r--r--drivers/net/wireless/ath/ath5k/rfgain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/rfgain.h b/drivers/net/wireless/ath/ath5k/rfgain.h
index 1354d8c392c8..70c9a45609f0 100644
--- a/drivers/net/wireless/ath/ath5k/rfgain.h
+++ b/drivers/net/wireless/ath/ath5k/rfgain.h
@@ -452,7 +452,7 @@ static const struct ath5k_ini_rfgain rfgain_2425[] = {
/* Check if our current measurement is inside our
* current variable attenuation window */
-#define AR5K_GAIN_CHECK_ADJUST(_g) \
+#define AR5K_GAIN_CHECK_ADJUST(_g) \
((_g)->g_current <= (_g)->g_low || (_g)->g_current >= (_g)->g_high)
struct ath5k_gain_opt_step {