other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
WIPHY_APPLY_CUSTOM_R(9) | Regulatory enforcement infrast | WIPHY_APPLY_CUSTOM_R(9) |
NAME¶
wiphy_apply_custom_regulatory - apply a custom driver regulatory domainSYNOPSIS¶
void
wiphy_apply_custom_regulatory(struct wiphy * wiphy,
const struct ieee80211_regdomain * regd);
ARGUMENTS¶
wiphythe wireless device we want to process the
regulatory domain on
regd
the custom regulatory domain to use for this
wiphy
DESCRIPTION¶
Drivers can sometimes have custom regulatory domains which do not apply to a specific country. Drivers can use this to apply such custom regulatory domains. This routine must be called prior to wiphy registration. The custom regulatory domain will be trusted completely and as such previous default channel settings will be disregarded. If no rule is found for a channel on the regulatory domain the channel will be disabled. Drivers using this for a wiphy should also set the wiphy flag REGULATORY_CUSTOM_REG or cfg80211 will set it for the wiphy that called this helper.AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |