diff options
author | Pavel Roskin <proski@gnu.org> | 2011-07-07 18:14:01 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-08 11:44:31 -0400 |
commit | 633d006ee6a7229f1d2c60924084d902d60c0e5f (patch) | |
tree | 6d3748b8cce77c140e4b8c41525e50fa5df312b0 /drivers/net/wireless/ath/ath5k/base.c | |
parent | 2753f87a574c4844dfa1709c7d0a474f0dc8d818 (diff) |
ath5k: use parentheses around macro definitions
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/base.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c index 21d10dc34011..1b48ed87ca2f 100644 --- a/drivers/net/wireless/ath/ath5k/base.c +++ b/drivers/net/wireless/ath/ath5k/base.c | |||
@@ -1977,7 +1977,7 @@ ath5k_beacon_update_timers(struct ath5k_softc *sc, u64 bc_tsf) | |||
1977 | hw_tsf = ath5k_hw_get_tsf64(ah); | 1977 | hw_tsf = ath5k_hw_get_tsf64(ah); |
1978 | hw_tu = TSF_TO_TU(hw_tsf); | 1978 | hw_tu = TSF_TO_TU(hw_tsf); |
1979 | 1979 | ||
1980 | #define FUDGE AR5K_TUNE_SW_BEACON_RESP + 3 | 1980 | #define FUDGE (AR5K_TUNE_SW_BEACON_RESP + 3) |
1981 | /* We use FUDGE to make sure the next TBTT is ahead of the current TU. | 1981 | /* We use FUDGE to make sure the next TBTT is ahead of the current TU. |
1982 | * Since we later subtract AR5K_TUNE_SW_BEACON_RESP (10) in the timer | 1982 | * Since we later subtract AR5K_TUNE_SW_BEACON_RESP (10) in the timer |
1983 | * configuration we need to make sure it is bigger than that. */ | 1983 | * configuration we need to make sure it is bigger than that. */ |