summaryrefslogtreecommitdiff
path: root/net/wireless/util.c
diff options
context:
space:
mode:
authorAhmad Kholaif <akholaif@codeaurora.org>2013-11-23 11:05:56 +0530
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:16:48 -0700
commitbf6ab094caf74dfd85edcb8c2405739a74c543e0 (patch)
tree64b911a64144b14908cc74cad9ec15c24e5f2959 /net/wireless/util.c
parent1bbf97af3a3923a9b74521fdcc96986875a03a83 (diff)
Revert "cfg80211: export interface stopping function"
This reverts commit f04c22033c25f71617ac62bcfe75698baa17a0b8. The commit "cfg80211: export interface stopping function" exports a new cfg80211_stop_iface() function, intended for driver internal interface combination management and channel switching. The new function is used by commit "cfg80211/mac80211: disconnect on suspend" which is reverted in order to avoid the disconnection while going to suspend. Hence the commit "cfg80211: export interface stopping function" should be reverted. CRs-Fixed: 540571 Signed-off-by: Ahmad Kholaif <akholaif@codeaurora.org>
Diffstat (limited to 'net/wireless/util.c')
-rw-r--r--net/wireless/util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/wireless/util.c b/net/wireless/util.c
index 4816a6cb8142..a2532f46169d 100644
--- a/net/wireless/util.c
+++ b/net/wireless/util.c
@@ -894,9 +894,6 @@ void cfg80211_process_wdev_events(struct wireless_dev *wdev)
__cfg80211_ibss_joined(wdev->netdev, ev->ij.bssid,
ev->ij.channel);
break;
- case EVENT_STOPPED:
- __cfg80211_leave(wiphy_to_rdev(wdev->wiphy), wdev);
- break;
}
wdev_unlock(wdev);