commit | 5caf8fca2da11e368a2284f4c4f5c2cbbe1b3ec8 | [log] [tgz] |
---|---|---|
author | Vipin Mehta <vmehta@atheros.com> | Sun Feb 20 07:00:38 2011 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Feb 23 14:00:14 2011 -0800 |
tree | 9ef670b8efc65a641e9a2c92cd32a2cda2e64e43 | |
parent | 5b6567ee84d6e8f7015eaa7d7c4926b4fd81746e [diff] |
staging: ath6kl: Eliminate cfg80211 warnings Cancel the pending scan operation once the interface is going down to avoid warnings from the cfg80211 module. Once the interface is down, cfg80211 checks for any pending scan requests and dumps a warning if it finds one. It expects the driver to abort any ongoing scan operation once the driver detects that the interface is going down. Signed-off-by: Vipin Mehta <vmehta@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>