[PATCH] bcm43xx: workaround init_board vs. IRQ race
authorMichael Buesch <mb@bu3sch.de>
Sat, 17 Jun 2006 13:19:05 +0000 (15:19 +0200)
committerJeff Garzik <jeff@garzik.org>
Wed, 5 Jul 2006 17:42:57 +0000 (13:42 -0400)
commita1d79aaaa564abc19b7bf3a024bb371fa7648a15
tree95824af615a33102a058ebc2500416b31aafc7ec
parente8d596972221aea55ae7f5c2bb7d5895039f664d
[PATCH] bcm43xx: workaround init_board vs. IRQ race

Place the Init-vs-IRQ workaround before any card register
access, because we might not have the wireless core mapped
at all times in init. So this will result in a Machine Check
caused by a bus error.

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