ath6kl: Avoid finding bss presence in cfg80211 scan list
authorRaja Mani <rmani@qca.qualcomm.com>
Fri, 12 Aug 2011 12:22:23 +0000 (17:52 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 31 Aug 2011 07:10:53 +0000 (10:10 +0300)
commitf91db9bbdae6c86f0178fa03937e39ef82932770
tree819a4698cdf73e8b18948e507e6855b628c47fd7
parent31024d99003486c90c793dea58b55f7920f0488b
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>
drivers/net/wireless/ath/ath6kl/cfg80211.c