]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211_capa.c
nl80211: Add DFS offload support using upstream nl80211 definitions
authorDmitry Lebed <lebed.dmitry@gmail.com>
Sat, 24 Mar 2018 07:54:27 +0000 (10:54 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 30 Mar 2018 07:56:05 +0000 (10:56 +0300)
commitc17915462a99de99622b6598c5eebf72b3fe9e54
tree8ce9f909205d5f93b581ed57c55416576086c7dd
parent1841086adf93ecea6c3ef8ac7775aa7f078e1381
nl80211: Add DFS offload support using upstream nl80211 definitions

Add generic DFS offload support using the nl80211 feature that was
recently added to the mac80211-next tree. This uses the already
available DFS offload infrastructure that was previously used with
vendor specific definitions and just sets necessary flags (DFS_OFFLOAD
ext_feature) and forawrds CAC_STARTED event for processing.

Signed-off-by: Dmitry Lebed <lebed.dmitry@gmail.com>
src/drivers/driver_nl80211_capa.c
src/drivers/driver_nl80211_event.c