|
@@ -1470,13 +1470,6 @@ static int rt2500usb_init_eeprom(struct rt2x00_dev *rt2x00dev)
|
|
|
if (rt2x00_get_field16(eeprom, EEPROM_ANTENNA_HARDWARE_RADIO))
|
|
|
__set_bit(CONFIG_SUPPORT_HW_BUTTON, &rt2x00dev->flags);
|
|
|
|
|
|
- /*
|
|
|
- * Check if the BBP tuning should be disabled.
|
|
|
- */
|
|
|
- rt2x00_eeprom_read(rt2x00dev, EEPROM_NIC, &eeprom);
|
|
|
- if (rt2x00_get_field16(eeprom, EEPROM_NIC_DYN_BBP_TUNE))
|
|
|
- __set_bit(CONFIG_DISABLE_LINK_TUNING, &rt2x00dev->flags);
|
|
|
-
|
|
|
/*
|
|
|
* Read the RSSI <-> dBm offset information.
|
|
|
*/
|
|
@@ -1743,7 +1736,6 @@ static int rt2500usb_probe_hw(struct rt2x00_dev *rt2x00dev)
|
|
|
__set_bit(CONFIG_SUPPORT_HW_CRYPTO, &rt2x00dev->flags);
|
|
|
__set_bit(DRIVER_REQUIRE_COPY_IV, &rt2x00dev->flags);
|
|
|
}
|
|
|
- __set_bit(CONFIG_DISABLE_LINK_TUNING, &rt2x00dev->flags);
|
|
|
|
|
|
/*
|
|
|
* Set the rssi offset.
|