commit | ed8491a796558067200ae8a66570c83cb03cbd16 | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Dec 13 14:51:28 2011 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Dec 13 15:03:46 2011 +0200 |
tree | e862346622d75dea754f34abdce0a7e091f304cc | |
parent | c97a31b002d34595f74d2cb0d8017c183e7157d4 [diff] |
ath6kl: call ath6kl_cfg80211_stop() from ath6kl_close() This way it's possible to keep all disconnect logic in one function and easier to add new functionality, like stopping scheduled scan. There are some changes to commands called during network interface close, but there should not be any visible changes in functionality. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>