Wifi oddness [Was: Re: 2.6.14-rc4-mm1]

From: Jiri Slaby
Date: Wed Oct 19 2005 - 13:50:30 EST


>I've been having problems with ipw2200 oopsing at modprobe since
>2.6.14-rc2-mm1 (sorry for not reporting before). I use the ipw2200
>included in the kernel.

Can you apply this and tell me what are the numbers?

--- d/net/ieee80211/ieee80211_wx.c 2005-10-19 20:40:52.000000000 +0200
+++ d/net/ieee80211/ieee80211_wx.c.new 2005-10-19 20:44:00.000000000 +0200
@@ -152,6 +152,8 @@
iwe.u.qual.level = 0;
} else {
iwe.u.qual.level = network->stats.rssi;
+ printk(KERN_ERR "---THIS: %d, %d\n", ieee->perfect_rssi,
+ ieee->worst_rssi);
iwe.u.qual.qual =
(100 *
(ieee->perfect_rssi - ieee->worst_rssi) *
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/