commit 2db4f998eb5009f73ce434d041208cd1044282ec Author: Jiri Slaby Date: Sat Aug 4 22:55:24 2007 +0200 fix anti-cyclic 1st ifdef in ath5k.h diff --git a/ath5k.h b/ath5k.h index c5e9cbe..2154864 100644 --- a/ath5k.h +++ b/ath5k.h @@ -15,8 +15,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef _AR5K_H -#define _AR5K_H +#ifndef _ATH5K_H +#define _ATH5K_H /* Set this to 1 to disable regulatory domain restrictions for channel tests. * WARNING: This is for debuging only and has side effects (eg. scan takes too @@ -1050,4 +1050,5 @@ int ath5k_hw_get_capability(struct ath_hw *hal, enum ath5k_capability_type cap_t bool ath5k_hw_query_pspoll_support(struct ath_hw *hal); bool ath5k_hw_enable_pspoll(struct ath_hw *hal, u8 *bssid, u16 assoc_id); bool ath5k_hw_disable_pspoll(struct ath_hw *hal); -#endif /* _AR5K_H */ + +#endif