Jon,

Jon Hood wrote:
> 
> The error message is received literally thousands of times every few
> minutes when there is internet connectivity.
> 

While we figure out what is happening, use the following patch to get rid of 
the assertions that are 
clogging your logs. I will be sending additional temporary flags for debugging 
purposes.

Larry


Index: wireless-2.6/drivers/net/wireless/bcm43xx/bcm43xx_leds.c
===================================================================
--- wireless-2.6.orig/drivers/net/wireless/bcm43xx/bcm43xx_leds.c
+++ wireless-2.6/drivers/net/wireless/bcm43xx/bcm43xx_leds.c
@@ -257,7 +257,7 @@ void bcm43xx_leds_update(struct bcm43xx_
                        continue;
  #endif /* CONFIG_BCM43XX_DEBUG */
                default:
-                       assert(0);
+//                     assert(0);
                };

                if (led->activelow)

_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to