]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited3efeba25f326b7c85df3f22c01399621ce7bdf
tree468527116aa880a43f476dc020754b9b6c64982e
parentb239a4f7c6448baf7254c3c3951772d3ad6c1b28
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