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:
28f7e85
)
staging: ath6kl: Fixing disappearing of scan list due to jiffies wrap over
author
Vipin Mehta
<vmehta@atheros.com>
Fri, 18 Feb 2011 21:13:16 +0000
(13:13 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 18 Feb 2011 21:28:53 +0000
(13:28 -0800)
When jiffies wrap-over, all the BSS in the cache is removed. Wrap-over of
jiffies is not handled in the correct way. This cause the scan list to go
empty during this time for a small duration
Signed-off-by: Vipin Mehta <vmehta@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found