staging: ath6kl: Fixing disappearing of scan list due to jiffies wrap over
authorVipin Mehta <vmehta@atheros.com>
Fri, 18 Feb 2011 21:13:16 +0000 (13:13 -0800)
committerGreg 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