]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/net/wireless/b43/main.c
b43: Use 64bit atomic register access for TSF
authorMichael Buesch <mb@bu3sch.de>
Fri, 19 Dec 2008 21:51:57 +0000 (22:51 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 20:58:33 +0000 (15:58 -0500)
commit3ebbbb56a162b8f9b9a77bc7810b9d4e0868e039
tree0d4a7c60d8cdee68878a97bbc4b9d358396f7ba3
parente808e586b77a10949e209f8a00cb8bf27e51df12
b43: Use 64bit atomic register access for TSF

On modern b43 devices with core rev >=3, the hardware guarantees us an
atomic 64bit read/write of the TSF, if we access the lower 32bits first.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/main.c