commit | f91db9bbdae6c86f0178fa03937e39ef82932770 | [log] [tgz] |
---|---|---|
author | Raja Mani <rmani@qca.qualcomm.com> | Fri Aug 12 17:52:23 2011 +0530 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Aug 31 10:10:53 2011 +0300 |
tree | 819a4698cdf73e8b18948e507e6855b628c47fd7 | |
parent | 31024d99003486c90c793dea58b55f7920f0488b [diff] |
ath6kl: Avoid finding bss presence in cfg80211 scan list Connect event handler function is always reporting BSS info to CFG80211 layer first and then followed by connect event is passed. Before these steps, BSS presence is retrieved from CFG80211 layer, but it is not used. Hence, removing that part. Signed-off-by: Raja Mani <rmani@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>