commit | f04c22033c25f71617ac62bcfe75698baa17a0b8 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Wed Apr 09 15:11:01 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue May 06 15:16:34 2014 +0200 |
tree | 468527116aa880a43f476dc020754b9b6c64982e | |
parent | 66199506fb91058a78b154b7fecb703ddaa27146 [diff] |
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>