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:
959867f
)
cfg80211: hold BSS over association process
author
Johannes Berg
<johannes.berg@intel.com>
Wed, 19 Jun 2013 11:21:15 +0000
(13:21 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Wed, 19 Jun 2013 16:55:39 +0000
(18:55 +0200)
This fixes the potential issue that the BSS struct that we use
and later assign to wdev->current_bss is removed from the scan
list while associating.
Also warn when we don't have a BSS struct in connect_result
unless it's from a driver that only has the connect() API.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found