diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/base.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h index 005d25f2e130..b14ba07e9157 100644 --- a/drivers/net/wireless/ath/ath5k/base.h +++ b/drivers/net/wireless/ath/ath5k/base.h | |||
@@ -201,15 +201,4 @@ struct ath5k_softc { | |||
201 | #define ath5k_hw_hasveol(_ah) \ | 201 | #define ath5k_hw_hasveol(_ah) \ |
202 | (ath5k_hw_get_capability(_ah, AR5K_CAP_VEOL, 0, NULL) == 0) | 202 | (ath5k_hw_get_capability(_ah, AR5K_CAP_VEOL, 0, NULL) == 0) |
203 | 203 | ||
204 | static inline struct ath_common *ath5k_hw_common(struct ath5k_hw *ah) | ||
205 | { | ||
206 | return &ah->common; | ||
207 | } | ||
208 | |||
209 | static inline struct ath_regulatory *ath5k_hw_regulatory(struct ath5k_hw *ah) | ||
210 | { | ||
211 | return &(ath5k_hw_common(ah)->regulatory); | ||
212 | |||
213 | } | ||
214 | |||
215 | #endif | 204 | #endif |