On Sat, 2007-09-22 at 12:22 +0200, Johannes Berg wrote: > struct ieee80211_channel { > /* first part set by driver */ > u16 freq; /* in MHz */ > int hardware_value; /* arbitrary */ Please consider using "long" for hardware_value. Drivers should be able to use this value as a pointer to some driver-specific structure. -- 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