diff options
| author | Mihir Shete <smihir@codeaurora.org> | 2013-10-14 00:54:40 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:16:44 -0700 |
| commit | 56ef16eb6a1b769ef00ad3614efb68cbe2949a1b (patch) | |
| tree | b4d8006b21dc469e05cf26c539e31593b01109f7 /net | |
| parent | 5d657bb340dbe261320504a47953b9f1c4fef78d (diff) | |
cfg80211: export regulatory_hint_user() API
This is to help the hardware configured in world
roaming mode to save power when not connected to
any AP.
CRs-Fixed: 542802
Change-Id: Ia643d0e9848dcd486832973bd6dd186edd7bd4ea
Signed-off-by: Mihir Shete <smihir@codeaurora.org>
Diffstat (limited to 'net')
| -rw-r--r-- | net/wireless/reg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 06d050da0d94..9fbc23a1cb53 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c @@ -2399,6 +2399,7 @@ int regulatory_hint_user(const char *alpha2, return 0; } +EXPORT_SYMBOL(regulatory_hint_user); int regulatory_hint_indoor(bool is_indoor, u32 portid) { |
