On Sun, Jan 04, 2009 at 11:21:10AM -0800, Ivo van Doorn wrote: > rt2500pci and rt2500usb contain a special field in the EEPROM > which indicates which regulatory domain the card belongs to. > This code can easily be translated into a country code which > we can send as alpha2 hint for CRDA. > > Please note that most cards will have 0xffff as EEPROM value, > and thus do not provide a regulatory hint through the EEPROM. > > Signed-off-by: Ivo van Doorn <IvDoorn@xxxxxxxxx> I believe regulatory_hint() is being called before the ieee80211_register_hw() call. This is not a requirement right now but I believe this should be the case in the future as we want cfg80211 to keep track a few things for the driver, like the regulatory domain it wants in case of conflicts with other drivers. I'm working on this right now so just wanted to throw that out there. Is it possible to move the regulatory_hint() to be used after ieee80211_register_hw() is called? Luis -- 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