]> git.openfabrics.org - ~emulex/infiniband.git/commit
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)
commitd0e0086893de668db30f31b8ba407199a0f693d0
tree31bb24eb6995e7a30a5dfb54c81f34b0a736fee1
parent28f7e85a4b454e4882a91ea13dd17cdf5013168d
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 <vmehta@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/ath6kl/os/linux/include/osapi_linux.h
drivers/staging/ath6kl/wlan/src/wlan_node.c