Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134848
b: refs/heads/master
c: 17580f6
h: refs/heads/master
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Feb 27, 2009
1 parent 1693a40 commit 17ce419
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d0f48f9d1fa9ad01effdf280cda944c6eb518f59
refs/heads/master: 17580f6ab172089a31412bc895de5fcef9f8c073
5 changes: 0 additions & 5 deletions trunk/drivers/net/wireless/ath9k/regd.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ static u16 ath9k_regd_get_eepromRD(struct ath_hw *ah)
return ah->regulatory.current_rd & ~WORLDWIDE_ROAMING_FLAG;
}

u16 ath9k_regd_get_rd(struct ath_hw *ah)
{
return ath9k_regd_get_eepromRD(ah);
}

bool ath9k_is_world_regd(struct ath_hw *ah)
{
return is_wwr_sku(ath9k_regd_get_eepromRD(ah));
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/ath9k/regd.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ enum CountryCode {
CTRY_BELGIUM2 = 5002
};

u16 ath9k_regd_get_rd(struct ath_hw *ah);
bool ath9k_is_world_regd(struct ath_hw *ah);
const struct ieee80211_regdomain *ath9k_world_regdomain(struct ath_hw *ah);
const struct ieee80211_regdomain *ath9k_default_world_regdomain(void);
Expand Down

0 comments on commit 17ce419

Please sign in to comment.