From: Larry Finger Date: Tue, 6 Feb 2007 17:39:37 +0000 (-0600) Subject: [PATCH] bcm43xx: Fix for oops on resume X-Git-Tag: v2.6.21-rc1~51^2^2^2~5 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=d9c7e0f20806795f7823e55ad3663c8828d51b5a;p=linux-2.6-omap-h63xx.git [PATCH] bcm43xx: Fix for oops on resume There is a kernel oops on bcm43xx when resuming due to an overly tight timeout loop. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/bcm43xx/bcm43xx.h b/drivers/net/wireless/bcm43xx/bcm43xx.h index 7e3f4b878c8..f649143627a 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx.h +++ b/drivers/net/wireless/bcm43xx/bcm43xx.h @@ -21,7 +21,7 @@ #define PFX KBUILD_MODNAME ": " #define BCM43xx_SWITCH_CORE_MAX_RETRIES 50 -#define BCM43xx_IRQWAIT_MAX_RETRIES 50 +#define BCM43xx_IRQWAIT_MAX_RETRIES 100 #define BCM43xx_IO_SIZE 8192