On Tue, Aug 27, 2013 at 10:26:07AM +0200, Paul Menzel wrote: > > /* > > + * First check if temperature compensation is supported. > > + */ > > + rt2x00_eeprom_read(rt2x00dev, EEPROM_NIC_CONF1, &eeprom); > > + if (!rt2x00_get_field16(eeprom, EEPROM_NIC_CONF1_EXTERNAL_TX_ALC)) > > + return 0; > > Could a (debug) message be printed that temperature compensations is not > supported? Not sure if that should be done in the library or the code > calling this function. This is frequent path, so it will need to be a printk_once() based message, but perhaps would be better to print chip capabilities coded on the EEPROM together with "Chipset detected" message on device initialization. Anyway, we can add debugging on separate patch. Stanislaw -- 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