summaryrefslogtreecommitdiff
path: root/include/net
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 /include/net
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 'include/net')
-rw-r--r--include/net/cfg80211.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 881c5d46a66c..da9374303051 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -82,9 +82,6 @@ struct wiphy;
/* Indicate support for including KEK length in rekey data */
#define CFG80211_REKEY_DATA_KEK_LEN 1
-/* Indicate support for regulatory update sync event */
-#define CFG80211_REG_UPDATE_SYNC_EVENT 1
-
/*
* wireless hardware capability structures
*/
@@ -5774,14 +5771,6 @@ void cfg80211_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info);
*/
void cfg80211_ap_stopped(struct net_device *netdev, gfp_t gfp);
-/**
- * cfg80211_send_reg_change_event - notify user-space of regulatory change
- * @request: regulatory request
- * @wiphy: the wiphy to use
- */
-void cfg80211_send_reg_change_event(struct regulatory_request *request,
- struct wiphy *wiphy);
-
/* Logging, debugging and troubleshooting/diagnostic helpers. */
/* wiphy_printk helpers, similar to dev_printk */