summaryrefslogtreecommitdiff
path: root/net/wireless
diff options
context:
space:
mode:
authorAmar Singhal <asinghal@codeaurora.org>2018-03-07 11:41:48 -0800
committerAmar Singhal <asinghal@codeaurora.org>2018-05-17 09:52:23 -0700
commitf6d05c4ca33126bdb03a38ebcc66511ba1d1a9cb (patch)
tree5029d2286f63d6623826474406e7e1ecbdf59db0 /net/wireless
parent8bfed68306cc850700a6ea13d3ee0a9d3c0dfcc7 (diff)
Revert "cfg80211: Define new API to send reg change event"
This reverts commit 98d5572dd2ec954f516f9fd5b55dcef2b09a1d7c. This API no more needed since user would use existing kernel API. Change-Id: I2d5a19fc9159da5ef7020cb1808b704b0344087e CRs-Fixed: 2201959 Signed-off-by: Amar Singhal <asinghal@codeaurora.org>
Diffstat (limited to 'net/wireless')
-rw-r--r--net/wireless/reg.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index 4ede2c4cff41..26ac0a4808a0 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
@@ -1794,14 +1794,6 @@ static void update_all_wiphy_regulatory(enum nl80211_reg_initiator initiator)
reg_check_channels();
}
-void cfg80211_send_reg_change_event(struct regulatory_request *request,
- struct wiphy *wiphy)
-{
- request->wiphy_idx = get_wiphy_idx(wiphy);
- nl80211_send_reg_change_event(request);
-}
-EXPORT_SYMBOL(cfg80211_send_reg_change_event);
-
static void handle_channel_custom(struct wiphy *wiphy,
struct ieee80211_channel *chan,
const struct ieee80211_regdomain *regd)