From: Benjamin Berg <benjamin.berg@xxxxxxxxxxxxx> Hi, This patchset adds commands for doing a CAC and sending CSA. Another change is that parsing of command line frequency and channel definitions is split out so that it can be shared between the different users. Benjamin Benjamin Berg (7): util: Add generic frequency/channel command line handler phy: Use common freqchan helper for setting the operating channel ibss: Use common freqchan helper for joining an ibss mesh: Use common freqchan helper for joining a mesh Add cac command to allow clearing channels Add commands to send CSA Print frequency of radar events. Simon Wunderlich (1): Add flag for DFS handling in IBSS event.c | 48 +++++------ ibss.c | 78 ++++-------------- interface.c | 72 ++++++++++++++++ iw.h | 11 +++ mesh.c | 67 +++------------ phy.c | 266 ++++++++++++++++++++++++++++++++++++------------------------ util.c | 239 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 533 insertions(+), 248 deletions(-) -- 2.10.2