Bugzilla – Bug 131516
excessive kernel logging / madwifi using old interface
Last modified: 2007-06-05 10:05:12 UTC
since switching to 2.6.14 I get this in syslog: Oct 30 18:39:34 schleppi kernel: ath0 (WE) : Driver using old /proc/net/wireless support, please fix driver ! Oct 30 18:40:05 schleppi last message repeated 123 times Oct 30 18:41:06 schleppi last message repeated 244 times Oct 30 18:42:07 schleppi last message repeated 244 times Oct 30 18:43:08 schleppi last message repeated 244 times which produces a load of roughly 0.08 - 0.1. I'd call that excessive. a possible patch (rather than just rate-limiting this insane verbose logging) is here: http://madwifi.org/ticket/73 imho rate limiting this warning would very much sense.
The patch is for the new madwifi driver, not the one we have in our kernel tree. I'll check the patch when updating the madwifi driver.
the new wifi driver is in now.. PING
actually I think the excessive logging is gone
Yes, mainstream madwifi-ng has the patch.