diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-09-13 17:07:22 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-10-11 14:04:15 +0300 |
commit | 1ea4ff3e9f0b8d53e680a2bb9e8e644bf03aeb4d (patch) | |
tree | 798b7b73a9bf61aaf2c1ef9c5265d5581f01ef2b /net/wireless/reg.h | |
parent | 007f6c5e6eb45c81ee89368a5f226572ae638831 (diff) | |
download | linux-1ea4ff3e9f0b8d53e680a2bb9e8e644bf03aeb4d.tar.xz |
cfg80211: support reloading regulatory database
If the regulatory database is loaded, and then updated, it may
be necessary to reload it. Add an nl80211 command to do this.
Note that this just reloads the database, it doesn't re-apply
the rules from it immediately.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/reg.h')
-rw-r--r-- | net/wireless/reg.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/wireless/reg.h b/net/wireless/reg.h index ca7fedf2e7a1..9529c522611a 100644 --- a/net/wireless/reg.h +++ b/net/wireless/reg.h @@ -179,4 +179,10 @@ void regulatory_propagate_dfs_state(struct wiphy *wiphy, * @wiphy2 - wiphy it's dfs_region to be checked against that of wiphy1 */ bool reg_dfs_domain_same(struct wiphy *wiphy1, struct wiphy *wiphy2); + +/** + * reg_reload_regdb - reload the regulatory.db firmware file + */ +int reg_reload_regdb(void); + #endif /* __NET_WIRELESS_REG_H */ |