cfg80211: export interface stopping function
authorMichal Kazior <michal.kazior@tieto.com>
Wed, 9 Apr 2014 13:11:01 +0000 (15:11 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 6 May 2014 13:16:34 +0000 (15:16 +0200)
commitf04c22033c25f71617ac62bcfe75698baa17a0b8
tree468527116aa880a43f476dc020754b9b6c64982e
parent66199506fb91058a78b154b7fecb703ddaa27146
cfg80211: export interface stopping function

This exports a new cfg80211_stop_iface() function.

This is intended for driver internal interface
combination management and channel switching.

Due to locking issues (it re-enters driver) the
call is asynchronous and uses cfg80211 event
list/worker.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/wireless/ap.c
net/wireless/core.c
net/wireless/core.h
net/wireless/mesh.c
net/wireless/trace.h
net/wireless/util.c