diff options
Diffstat (limited to 'drivers/net/wireless/ath5k/base.h')
-rw-r--r-- | drivers/net/wireless/ath5k/base.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/drivers/net/wireless/ath5k/base.h b/drivers/net/wireless/ath5k/base.h index 7ec2f377d5c7..9d0b728928e3 100644 --- a/drivers/net/wireless/ath5k/base.h +++ b/drivers/net/wireless/ath5k/base.h | |||
@@ -111,17 +111,13 @@ struct ath5k_softc { | |||
111 | struct ieee80211_hw *hw; /* IEEE 802.11 common */ | 111 | struct ieee80211_hw *hw; /* IEEE 802.11 common */ |
112 | struct ieee80211_supported_band sbands[IEEE80211_NUM_BANDS]; | 112 | struct ieee80211_supported_band sbands[IEEE80211_NUM_BANDS]; |
113 | struct ieee80211_channel channels[ATH_CHAN_MAX]; | 113 | struct ieee80211_channel channels[ATH_CHAN_MAX]; |
114 | struct ieee80211_rate rates[AR5K_MAX_RATES * IEEE80211_NUM_BANDS]; | 114 | struct ieee80211_rate rates[IEEE80211_NUM_BANDS][AR5K_MAX_RATES]; |
115 | enum ieee80211_if_types opmode; | 115 | u8 rate_idx[IEEE80211_NUM_BANDS][AR5K_MAX_RATES]; |
116 | enum nl80211_iftype opmode; | ||
116 | struct ath5k_hw *ah; /* Atheros HW */ | 117 | struct ath5k_hw *ah; /* Atheros HW */ |
117 | 118 | ||
118 | struct ieee80211_supported_band *curband; | 119 | struct ieee80211_supported_band *curband; |
119 | 120 | ||
120 | u8 a_rates; | ||
121 | u8 b_rates; | ||
122 | u8 g_rates; | ||
123 | u8 xr_rates; | ||
124 | |||
125 | #ifdef CONFIG_ATH5K_DEBUG | 121 | #ifdef CONFIG_ATH5K_DEBUG |
126 | struct ath5k_dbg_info debug; /* debug info */ | 122 | struct ath5k_dbg_info debug; /* debug info */ |
127 | #endif /* CONFIG_ATH5K_DEBUG */ | 123 | #endif /* CONFIG_ATH5K_DEBUG */ |