]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc0c055d69e848a1dea347b56db9c94b6e7691644
tree819a4698cdf73e8b18948e507e6855b628c47fd7
parentcd823d576fab9b8d954a9a466ebd5058d00a799a
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