aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/ath9k.h
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2008-08-11 04:34:32 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-08-29 16:23:56 -0400
commit6a2b9e8c8f4be9954933051719b312adcfb7263d (patch)
tree71c869c2694117ba0c591df6f0c49a20eb07eb09 /drivers/net/wireless/ath9k/ath9k.h
parentd2d80ee9c6ae3d60bcbffb200959db645f5a558f (diff)
ath9k: Unused macros, variables
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r--drivers/net/wireless/ath9k/ath9k.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h
index d1b0fbae5a32..3e7072dcb439 100644
--- a/drivers/net/wireless/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath9k/ath9k.h
@@ -790,19 +790,20 @@ struct ath_hal {
790 u32 ah_magic; 790 u32 ah_magic;
791 u16 ah_devid; 791 u16 ah_devid;
792 u16 ah_subvendorid; 792 u16 ah_subvendorid;
793 struct ath_softc *ah_sc;
794 void __iomem *ah_sh;
795 u16 ah_countryCode;
796 u32 ah_macVersion; 793 u32 ah_macVersion;
797 u16 ah_macRev; 794 u16 ah_macRev;
798 u16 ah_phyRev; 795 u16 ah_phyRev;
799 u16 ah_analog5GhzRev; 796 u16 ah_analog5GhzRev;
800 u16 ah_analog2GhzRev; 797 u16 ah_analog2GhzRev;
801 u8 ah_decompMask[ATH9K_DECOMP_MASK_SIZE]; 798
802 u32 ah_flags; 799 void __iomem *ah_sh;
800 struct ath_softc *ah_sc;
803 enum ath9k_opmode ah_opmode; 801 enum ath9k_opmode ah_opmode;
804 struct ath9k_ops_config ah_config; 802 struct ath9k_ops_config ah_config;
805 struct ath9k_hw_capabilities ah_caps; 803 struct ath9k_hw_capabilities ah_caps;
804
805 u16 ah_countryCode;
806 u32 ah_flags;
806 int16_t ah_powerLimit; 807 int16_t ah_powerLimit;
807 u16 ah_maxPowerLevel; 808 u16 ah_maxPowerLevel;
808 u32 ah_tpScale; 809 u32 ah_tpScale;
@@ -812,15 +813,16 @@ struct ath_hal {
812 u16 ah_currentRD5G; 813 u16 ah_currentRD5G;
813 u16 ah_currentRD2G; 814 u16 ah_currentRD2G;
814 char ah_iso[4]; 815 char ah_iso[4];
815 enum start_adhoc_option ah_adHocMode; 816
816 bool ah_commonMode;
817 struct ath9k_channel ah_channels[150]; 817 struct ath9k_channel ah_channels[150];
818 u32 ah_nchan;
819 struct ath9k_channel *ah_curchan; 818 struct ath9k_channel *ah_curchan;
819 u32 ah_nchan;
820
820 u16 ah_rfsilent; 821 u16 ah_rfsilent;
821 bool ah_rfkillEnabled; 822 bool ah_rfkillEnabled;
822 bool ah_isPciExpress; 823 bool ah_isPciExpress;
823 u16 ah_txTrigLevel; 824 u16 ah_txTrigLevel;
825
824#ifndef ATH_NF_PER_CHAN 826#ifndef ATH_NF_PER_CHAN
825 struct ath9k_nfcal_hist nfCalHist[NUM_NF_READINGS]; 827 struct ath9k_nfcal_hist nfCalHist[NUM_NF_READINGS];
826#endif 828#endif