commit | 1a84ff7564ae43dd1ea20e17f867de2700ca5b5b | [log] [tgz] |
---|---|---|
author | Luciano Coelho <coelho@ti.com> | Fri Jul 08 11:16:16 2011 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 08 11:47:54 2011 -0400 |
tree | d49c7eece59a016b2bdf9c43bc86bfcd46472708 | |
parent | 331c5ea2d92c76bfe58a9bb5e6d21160850a29bc [diff] |
cfg80211: return -ENOENT when stopping sched_scan while not running If we try to stop a scheduled scan while it is not running, we should return -ENOENT instead of simply ignoring the command and returning success. This is more consistent with other parts of the code. Reported-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Luciano Coelho <coelho@ti.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>