diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-14 19:40:23 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-03-15 21:43:14 +0400 |
commit | 8efa7a813233affeafd9fd7770709e9bda6855b6 (patch) | |
tree | 0c64be3e5cbed0f09bc6141b0a4f32077ee52ace /drivers/net/wireless/ath/ath9k/hw.h | |
parent | ce8fdf6ef6bc2e299d2e1572c55325e0dca7e85f (diff) | |
download | linux-8efa7a813233affeafd9fd7770709e9bda6855b6.tar.xz |
ath9k_hw: remove ath9k_hw_htc_resetinit
Automatically set the ah->htc_reset_init on init and after PHY disable.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 23c8dfae29f7..7ce60fb1d91e 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -988,9 +988,6 @@ void ath_gen_timer_isr(struct ath_hw *hw); void ath9k_hw_name(struct ath_hw *ah, char *hw_name, size_t len); -/* HTC */ -void ath9k_hw_htc_resetinit(struct ath_hw *ah); - /* PHY */ void ath9k_hw_get_delta_slope_vals(struct ath_hw *ah, u32 coef_scaled, u32 *coef_mantissa, u32 *coef_exponent); |