]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: add channel tracking for AP and mesh
authorMichal Kazior <michal.kazior@tieto.com>
Fri, 29 Jun 2012 10:46:58 +0000 (12:46 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 29 Jun 2012 11:39:15 +0000 (13:39 +0200)
commit298a89ca920a19c75b0ed956596f22ae2af1dbcb
treef113512858b0114cc108375b81cab004e8a8369b
parenta4d213ef17aef28f467c8ac2ba83f68624c430a1
cfg80211: add channel tracking for AP and mesh

We need to know which channel is used by a running
AP and mesh for channel context accounting and
finding matching/active interface combination.

STA/IBSS have current_bss already which allows us
to check which channel a vif is tuned to.
Non-fixed channel IBSS can be handled with
additional changes.

Monitor mode is going to be handled differently.

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/mesh.c
net/wireless/mlme.c
net/wireless/nl80211.c