Re: [PATCH 2/2] mac80211: passively scan DFS channels if requested

2015-11-13 Thread kbuild test robot
Hi Antonio, [auto build test WARNING on mac80211-next/master] [also build test WARNING on v4.3 next-20151113] url: https://github.com/0day-ci/linux/commits/Antonio-Quartulli/nl80211-add-flag-to-force-passive-scan-on-DFS-channels/20151114-025331 base: https://git.kernel.org/pub/scm/linux/ker

Re: [PATCH 2/2] mac80211: passively scan DFS channels if requested

2015-11-13 Thread kbuild test robot
Hi Antonio, [auto build test ERROR on: mac80211-next/master] [also build test ERROR on: v4.3 next-20151113] url: https://github.com/0day-ci/linux/commits/Antonio-Quartulli/nl80211-add-flag-to-force-passive-scan-on-DFS-channels/20151114-025331 base: https://git.kernel.org/pub/scm/linux/kerne

[PATCH 2/2] mac80211: passively scan DFS channels if requested

2015-11-13 Thread Antonio Quartulli
if the NL80211_SCAN_FLAG_PASSIVE_RADAR flag was specified upon sw scan start, passively scan any channel marked as DFS. Signed-off-by: Antonio Quartulli --- net/mac80211/scan.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/net/mac80211/scan.c b/net/mac80211/sca