aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt61pci.c
diff options
context:
space:
mode:
authorIvo van Doorn <ivdoorn@gmail.com>2007-09-25 14:55:39 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:53:03 -0400
commit066cb637b1b562bebd09d237bfaaca6724f247e5 (patch)
tree340b3902e69246cb73e820bbd9994bd1bdcca402 /drivers/net/wireless/rt2x00/rt61pci.c
parent12dadb9009723dd0512091643e6e403f9e1b25cb (diff)
[PATCH] rt2x00: Reorganize rt2x00dev->flags
The rt2x00dev->flags has become a chaos over time, this will reorganize the flags by renaming, deleting, adding and properly implement the flags. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
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.