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:44 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-03-10 17:44:34 -0500
commitff5d96ce622271df430c715ebe3e0b7400059dc1 (patch)
tree33eea44be9610f115202653bc3bdfea19f4a2742 /drivers/net/wireless/ath/ath5k/ath5k.h
parentccfe5552aeb18c87a4d0ecb8cb7512280435bfdd (diff)
ath5k: remove ah_magic
it's never used. probably a leftover from the old OpenHAL days... 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h
index e5ace22b951..2c3b4a65752 100644
--- a/drivers/net/wireless/ath/ath5k/ath5k.h
+++ b/drivers/net/wireless/ath/ath5k/ath5k.h
@@ -1028,7 +1028,6 @@ struct ath5k_nfcal_hist
1028 1028
1029/* TODO: Clean up and merge with ath5k_softc */ 1029/* TODO: Clean up and merge with ath5k_softc */
1030struct ath5k_hw { 1030struct ath5k_hw {
1031 u32 ah_magic;
1032 struct ath_common common; 1031 struct ath_common common;
1033 1032
1034 struct ath5k_softc *ah_sc; 1033 struct ath5k_softc *ah_sc;