aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/regd.h
diff options
context:
space:
mode:
authorBob Copeland <me@bobcopeland.com>2009-02-12 13:38:56 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-02-27 14:51:47 -0500
commit17580f6ab172089a31412bc895de5fcef9f8c073 (patch)
treed471c3132ab8034b1c5cfd5030438a84db8ccfad /drivers/net/wireless/ath9k/regd.h
parentd0f48f9d1fa9ad01effdf280cda944c6eb518f59 (diff)
ath9k: remove ath9k_regd_get_rd()
The function ath9k_regd_get_rd() is unused. Signed-off-by: Bob Copeland <me@bobcopeland.com> Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/regd.h')
-rw-r--r--drivers/net/wireless/ath9k/regd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/regd.h b/drivers/net/wireless/ath9k/regd.h
index 8f0bfcc907b5..f74f8ff94771 100644
--- a/drivers/net/wireless/ath9k/regd.h
+++ b/drivers/net/wireless/ath9k/regd.h
@@ -233,7 +233,6 @@ enum CountryCode {
233 CTRY_BELGIUM2 = 5002 233 CTRY_BELGIUM2 = 5002
234}; 234};
235 235
236u16 ath9k_regd_get_rd(struct ath_hw *ah);
237bool ath9k_is_world_regd(struct ath_hw *ah); 236bool ath9k_is_world_regd(struct ath_hw *ah);
238const struct ieee80211_regdomain *ath9k_world_regdomain(struct ath_hw *ah); 237const struct ieee80211_regdomain *ath9k_world_regdomain(struct ath_hw *ah);
239const struct ieee80211_regdomain *ath9k_default_world_regdomain(void); 238const struct ieee80211_regdomain *ath9k_default_world_regdomain(void);