b43: Fix noise calculation WARN_ON
authorMichael Buesch <mb@bu3sch.de>
Thu, 12 Jun 2008 10:36:29 +0000 (12:36 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 13 Jun 2008 20:14:49 +0000 (16:14 -0400)
commit98a3b2fe435ae76170936c14f5c9e6a87548e3ef
tree0e08fd619b0dcf4952a2fe9ecf1f3712d5b6dee0
parent028118a5f09a9c807e6b43e2231efdff9f224c74
b43: Fix noise calculation WARN_ON

This removes a WARN_ON that is responsible for the following koops:
http://www.kerneloops.org/searchweek.php?search=b43_generate_noise_sample

The comment in the patch describes why it's safe to simply remove
the check.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/b43.h
drivers/net/wireless/b43/main.c