Re: [PATCH 1/2] wlcore: don't WARN_ON in case of existing ROC

2016-03-06 Thread kbuild test robot
Hi Eliad, [auto build test WARNING on wireless-drivers-next/master] [also build test WARNING on v4.5-rc6 next-20160304] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Eliad-Peller/wlcore-don-t

Re: [PATCH 1/2] wlcore: don't WARN_ON in case of existing ROC

2016-03-06 Thread kbuild test robot
Hi Eliad, [auto build test WARNING on wireless-drivers-next/master] [also build test WARNING on v4.5-rc6 next-20160304] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Eliad-Peller/wlcore-don-t

Re: [PATCH 1/2] wlcore: don't WARN_ON in case of existing ROC

2016-03-06 Thread kbuild test robot
Hi Eliad, [auto build test WARNING on wireless-drivers-next/master] [also build test WARNING on v4.5-rc6 next-20160304] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Eliad-Peller/wlcore-don-t

[PATCH 1/2] wlcore: don't WARN_ON in case of existing ROC

2016-03-06 Thread Eliad Peller
When working with AP + P2P, it's possible to get into a state when the AP is in ROC (due to assiciating station) while trying to ROC on the P2P interface. Replace the WARN_ON with wl1271_error to avoid warnings in this case. Signed-off-by: Eliad Peller --- drivers/net/wireless/ti/wlcore/main.c