git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31024d9
)
ath6kl: Avoid finding bss presence in cfg80211 scan list
author
Raja Mani
<rmani@qca.qualcomm.com>
Fri, 12 Aug 2011 12:22:23 +0000
(17:52 +0530)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 31 Aug 2011 07:10:53 +0000
(10:10 +0300)
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>
No differences found