diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt61pci.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt61pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt61pci.c b/drivers/net/wireless/rt2x00/rt61pci.c index 5e08541958cc..b5ab771bbac2 100644 --- a/drivers/net/wireless/rt2x00/rt61pci.c +++ b/drivers/net/wireless/rt2x00/rt61pci.c | |||
@@ -2258,9 +2258,10 @@ static int rt61pci_probe_hw(struct rt2x00_dev *rt2x00dev) | |||
2258 | rt61pci_probe_hw_mode(rt2x00dev); | 2258 | rt61pci_probe_hw_mode(rt2x00dev); |
2259 | 2259 | ||
2260 | /* | 2260 | /* |
2261 | * This device requires firmware | 2261 | * This device requires firmware. |
2262 | */ | 2262 | */ |
2263 | __set_bit(DRIVER_REQUIRE_FIRMWARE, &rt2x00dev->flags); | 2263 | __set_bit(DRIVER_REQUIRE_FIRMWARE, &rt2x00dev->flags); |
2264 | __set_bit(DRIVER_REQUIRE_FIRMWARE_CRC_ITU_T, &rt2x00dev->flags); | ||
2264 | 2265 | ||
2265 | /* | 2266 | /* |
2266 | * Set the rssi offset. | 2267 | * Set the rssi offset. |