diff options
author | Bruno Randolf <br1@einfach.org> | 2010-03-09 08:55:55 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-10 23:44:37 +0100 |
commit | 919154540aa26e8c333c420b5b930e94ef7a6839 (patch) | |
tree | 752c680c6c091497ec828877f8da15cbe22c76d3 /drivers/net/wireless/ath/ath5k/caps.c | |
parent | ath5k: remove ah_mac_revision (diff) | |
download | linux-919154540aa26e8c333c420b5b930e94ef7a6839.tar.xz linux-919154540aa26e8c333c420b5b930e94ef7a6839.zip |
ath5k: remove ah_gpio_npins
it's never used and we have a newer implementation in gpio.c.
Signed-off-by: Bruno Randolf <br1@einfach.org>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/caps.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/caps.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath5k/caps.c b/drivers/net/wireless/ath/ath5k/caps.c index 367a6c7d3cc7..e618e71b1ce6 100644 --- a/drivers/net/wireless/ath/ath5k/caps.c +++ b/drivers/net/wireless/ath/ath5k/caps.c @@ -102,9 +102,6 @@ int ath5k_hw_set_capabilities(struct ath5k_hw *ah) } } - /* GPIO */ - ah->ah_gpio_npins = AR5K_NUM_GPIO; - /* Set number of supported TX queues */ if (ah->ah_version == AR5K_AR5210) ah->ah_capabilities.cap_queues.q_tx_num = |