aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2500pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2500pci.c')
-rw-r--r--drivers/net/wireless/rt2x00/rt2500pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.c b/drivers/net/wireless/rt2x00/rt2500pci.c
index 892baa907a6b..929257d34ae4 100644
--- a/drivers/net/wireless/rt2x00/rt2500pci.c
+++ b/drivers/net/wireless/rt2x00/rt2500pci.c
@@ -1545,7 +1545,7 @@ static int rt2500pci_init_eeprom(struct rt2x00_dev *rt2x00dev)
1545 * Detect if this device has an hardware controlled radio. 1545 * Detect if this device has an hardware controlled radio.
1546 */ 1546 */
1547 if (rt2x00_get_field16(eeprom, EEPROM_ANTENNA_HARDWARE_RADIO)) 1547 if (rt2x00_get_field16(eeprom, EEPROM_ANTENNA_HARDWARE_RADIO))
1548 __set_bit(DEVICE_SUPPORT_HW_BUTTON, &rt2x00dev->flags); 1548 __set_bit(CONFIG_SUPPORT_HW_BUTTON, &rt2x00dev->flags);
1549 1549
1550 /* 1550 /*
1551 * Check if the BBP tuning should be enabled. 1551 * Check if the BBP tuning should be enabled.
@@ -1801,7 +1801,7 @@ static int rt2500pci_probe_hw(struct rt2x00_dev *rt2x00dev)
1801 /* 1801 /*
1802 * This device requires the beacon ring 1802 * This device requires the beacon ring
1803 */ 1803 */
1804 __set_bit(REQUIRE_BEACON_RING, &rt2x00dev->flags); 1804 __set_bit(DRIVER_REQUIRE_BEACON_RING, &rt2x00dev->flags);
1805 1805
1806 /* 1806 /*
1807 * Set the rssi offset. 1807 * Set the rssi offset.