On Tue, 2007-02-20 at 21:02 +0100, Michael Buesch wrote: > char is not signed on all architectures. > This fixes a compiletime warning and bug on PPC. Then we have a bigger problem. Please see include/net/d80211.h: > /* Maximum values for various statistics. > * Leave at 0 to indicate no support. Use negative numbers for dBm. */ > char max_rssi; > char max_signal; > char max_noise; So, there will be no dBm on PowerPC. I think those fields should be "signed char". -- Regards, Pavel Roskin - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html