]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] kill massive wireless-related log spam
authorJeff Garzik <jgarzik@pobox.com>
Wed, 26 Oct 2005 08:59:01 +0000 (01:59 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 26 Oct 2005 17:39:43 +0000 (10:39 -0700)
commit9cafb1e215356b253b214ae362a1ebeb8d9f76e1
treed7214bac83bce465818583b5e600fc114a49a361
parent0fa6254d101a70c92adca1dedc9124961e05ff19
[PATCH] kill massive wireless-related log spam

Although this message is having the intended effect of causing wireless
driver maintainers to upgrade their code, I never should have merged this
patch in its present form.  Leading to tons of bug reports and unhappy
users.

Some wireless apps poll for statistics regularly, which leads to a printk()
every single time they ask for stats.  That's a little bit _too_ much of a
reminder that the driver is using an old API.

Change this to printing out the message once, per kernel boot.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
net/core/wireless.c