]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: check radar interface combinations
authorSimon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>
Tue, 8 Jan 2013 13:04:07 +0000 (14:04 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 16 Jan 2013 22:41:54 +0000 (23:41 +0100)
commitf5ca1033eaa753d945ae5b566e3cb7e71b352668
treedbd28f1bbac2a42ebe4aade8d1a4bc2871431924
parent2ce360bbfa45b9cb9fff8ab34a8ed1956cce5317
cfg80211: check radar interface combinations

To ease further DFS development regarding interface combinations, use
the interface combinations structure to test for radar capabilities.
Drivers can specify which channel widths they support, and in which
modes. Right now only a single AP interface is allowed, but as the
DFS code evolves other combinations can be enabled.

Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/core.c
net/wireless/core.h
net/wireless/nl80211.c
net/wireless/util.c