]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ath9k: remove prototype for ath9k_regd_get_current_country
authorBob Copeland <me@bobcopeland.com>
Thu, 12 Feb 2009 18:38:57 +0000 (13:38 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Feb 2009 19:51:47 +0000 (14:51 -0500)
ath9k_regd_get_current_country() doesn't exist.

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>
drivers/net/wireless/ath9k/regd.h

index f74f8ff94771880976ca55327131e92cc0117e2d..d48160d0c0e90f30b30497664989988cd346f401 100644 (file)
@@ -242,7 +242,5 @@ int ath9k_regd_init(struct ath_hw *ah);
 bool ath9k_regd_is_eeprom_valid(struct ath_hw *ah);
 u32 ath9k_regd_get_ctl(struct ath_hw *ah, struct ath9k_channel *chan);
 int ath9k_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request);
-void ath9k_regd_get_current_country(struct ath_hw *ah,
-                                   struct ath9k_country_entry *ctry);
 
 #endif