aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ath5k.h
diff options
context:
space:
mode:
authorBruno Randolf <br1@einfach.org>2010-03-09 02:55:55 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-03-10 17:44:37 -0500
commit919154540aa26e8c333c420b5b930e94ef7a6839 (patch)
tree752c680c6c091497ec828877f8da15cbe22c76d3 /drivers/net/wireless/ath/ath5k/ath5k.h
parenta71bcebcb776e84dd765d2c7da51ed45a714e3ea (diff)
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/ath5k.h')
-rw-r--r--drivers/net/wireless/ath/ath5k/ath5k.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h
index 1c2a8e87d76..5898e2e50a7 100644
--- a/drivers/net/wireless/ath/ath5k/ath5k.h
+++ b/drivers/net/wireless/ath/ath5k/ath5k.h
@@ -1068,8 +1068,6 @@ struct ath5k_hw {
1068 u8 ah_def_ant; 1068 u8 ah_def_ant;
1069 bool ah_software_retry; 1069 bool ah_software_retry;
1070 1070
1071 int ah_gpio_npins;
1072
1073 struct ath5k_capabilities ah_capabilities; 1071 struct ath5k_capabilities ah_capabilities;
1074 1072
1075 struct ath5k_txq_info ah_txq[AR5K_NUM_TX_QUEUES]; 1073 struct ath5k_txq_info ah_txq[AR5K_NUM_TX_QUEUES];