From: Vipin Mehta Date: Fri, 18 Feb 2011 21:13:16 +0000 (-0800) Subject: staging: ath6kl: Fixing disappearing of scan list due to jiffies wrap over X-Git-Tag: v2.6.39-rc1~469^2~480 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e0086893de668db30f31b8ba407199a0f693d0;p=pandora-kernel.git staging: ath6kl: Fixing disappearing of scan list due to jiffies wrap over 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed