On Wednesday 12 November 2008 11:48:04 EforeZZ wrote: > Hi guys, > > We're trying to write a broadcom WiFi driver for FreeBSD. > We looked at M$ Windows driver and found these structures.. > We'd be very grateful if anyone tells the standard and/or description > of what these values may mean.. > > struct _locale_info_t > { > unsigned char valid_channels[28]; > struct radar_channels; > struct restricted_channels; > unsigned char maxpwr[6]; > unsigned char pub_maxpwr[5]; > unsigned char flags; > }; Hm, it's pretty obvious what this is. Just read it. It's channel tables for different locales. Not very interesting stuff. Anyway, you should probably contact Dragonfly people. They are already writing a BSD licensed driver. -- Greetings Michael. -- 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