diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/cfg80211.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index e1b92358242b..fa729979de88 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1514,20 +1514,6 @@ unsigned int cfg80211_classify8021d(struct sk_buff *skb); | |||
1514 | extern int regulatory_hint(struct wiphy *wiphy, const char *alpha2); | 1514 | extern int regulatory_hint(struct wiphy *wiphy, const char *alpha2); |
1515 | 1515 | ||
1516 | /** | 1516 | /** |
1517 | * regulatory_hint_11d - hints a country IE as a regulatory domain | ||
1518 | * @wiphy: the wireless device giving the hint (used only for reporting | ||
1519 | * conflicts) | ||
1520 | * @country_ie: pointer to the country IE | ||
1521 | * @country_ie_len: length of the country IE | ||
1522 | * | ||
1523 | * We will intersect the rd with the what CRDA tells us should apply | ||
1524 | * for the alpha2 this country IE belongs to, this prevents APs from | ||
1525 | * sending us incorrect or outdated information against a country. | ||
1526 | */ | ||
1527 | extern void regulatory_hint_11d(struct wiphy *wiphy, | ||
1528 | u8 *country_ie, | ||
1529 | u8 country_ie_len); | ||
1530 | /** | ||
1531 | * wiphy_apply_custom_regulatory - apply a custom driver regulatory domain | 1517 | * wiphy_apply_custom_regulatory - apply a custom driver regulatory domain |
1532 | * @wiphy: the wireless device we want to process the regulatory domain on | 1518 | * @wiphy: the wireless device we want to process the regulatory domain on |
1533 | * @regd: the custom regulatory domain to use for this wiphy | 1519 | * @regd: the custom regulatory domain to use for this wiphy |