[PATCH] bcm43xx: voluntary preemtion in the calibration loops
authorMichael Buesch <mb@bu3sch.de>
Wed, 28 Jun 2006 18:17:57 +0000 (20:17 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 10 Jul 2006 18:19:41 +0000 (14:19 -0400)
commit2087da5dc12c497123d5fb8949ceed9021b673ec
tree86ba0a1f3353cf515208b549b0fb9b0c76794c92
parentefa6a370216f1816456b49aac03295071720f7eb
[PATCH] bcm43xx: voluntary preemtion in the calibration loops

This patch adds voluntary preemption points into the
PHY calibration loops to allow non-CONFIG_PREEMPT machines
to not suffer from huge delays.
CONFIG_PREEMPT machines are already fine, because all this
code is run in non-atomic process context.

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