aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt61pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt61pci.c')
-rw-r--r--drivers/net/wireless/rt2x00/rt61pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt61pci.c b/drivers/net/wireless/rt2x00/rt61pci.c
index 3edcd743dce5..4c5e317a3ad7 100644
--- a/drivers/net/wireless/rt2x00/rt61pci.c
+++ b/drivers/net/wireless/rt2x00/rt61pci.c
@@ -2105,7 +2105,7 @@ static int rt61pci_init_eeprom(struct rt2x00_dev *rt2x00dev)
2105 * Detect if this device has an hardware controlled radio. 2105 * Detect if this device has an hardware controlled radio.
2106 */ 2106 */
2107 if (rt2x00_get_field16(eeprom, EEPROM_ANTENNA_HARDWARE_RADIO)) 2107 if (rt2x00_get_field16(eeprom, EEPROM_ANTENNA_HARDWARE_RADIO))
2108 __set_bit(DEVICE_SUPPORT_HW_BUTTON, &rt2x00dev->flags); 2108 __set_bit(CONFIG_SUPPORT_HW_BUTTON, &rt2x00dev->flags);
2109 2109
2110 /* 2110 /*
2111 * Read frequency offset and RF programming sequence. 2111 * Read frequency offset and RF programming sequence.
@@ -2360,7 +2360,7 @@ static int rt61pci_probe_hw(struct rt2x00_dev *rt2x00dev)
2360 /* 2360 /*
2361 * This device requires firmware 2361 * This device requires firmware
2362 */ 2362 */
2363 __set_bit(REQUIRE_FIRMWARE, &rt2x00dev->flags); 2363 __set_bit(DRIVER_REQUIRE_FIRMWARE, &rt2x00dev->flags);
2364 2364
2365 /* 2365 /*
2366 * Set the rssi offset. 2366 * Set the rssi offset.