diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-08-03 23:24:51 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-05 00:44:32 +0400 |
commit | e70c0cfdbf98384d9ce0b7a7332b6e60ec22ad54 (patch) | |
tree | 884e94a58c54b8dddeb384a953cec3be717d1c24 /drivers/net/wireless/ath/ath9k/ani.h | |
parent | 081b35ab2e98a2f76d0378219e91cd1c90aed55f (diff) | |
download | linux-e70c0cfdbf98384d9ce0b7a7332b6e60ec22ad54.tar.xz |
ath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_disable()
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ani.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ani.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ani.h b/drivers/net/wireless/ath/ath9k/ani.h index 803669faaade..a36b7bb7c42a 100644 --- a/drivers/net/wireless/ath/ath9k/ani.h +++ b/drivers/net/wireless/ath/ath9k/ani.h @@ -133,6 +133,6 @@ void ath9k_hw_procmibevent(struct ath_hw *ah, const struct ath9k_node_stats *stats); void ath9k_hw_ani_setup(struct ath_hw *ah); void ath9k_hw_ani_init(struct ath_hw *ah); -void ath9k_hw_ani_detach(struct ath_hw *ah); +void ath9k_hw_ani_disable(struct ath_hw *ah); #endif /* ANI_H */ |