Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9c7e0f2 authored by Larry Finger's avatar Larry Finger Committed by John W. Linville
Browse files

[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: default avatarLarry <Finger&lt;Larry.Finger@lwfinger.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 1d3c2928
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@
#define PFX				KBUILD_MODNAME ": "
#define PFX				KBUILD_MODNAME ": "


#define BCM43xx_SWITCH_CORE_MAX_RETRIES	50
#define BCM43xx_SWITCH_CORE_MAX_RETRIES	50
#define BCM43xx_IRQWAIT_MAX_RETRIES	50
#define BCM43xx_IRQWAIT_MAX_RETRIES	100


#define BCM43xx_IO_SIZE			8192
#define BCM43xx_IO_SIZE			8192