diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt61pci.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt61pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt61pci.c b/drivers/net/wireless/rt2x00/rt61pci.c index 5d690ee1befa..68d2216131b2 100644 --- a/drivers/net/wireless/rt2x00/rt61pci.c +++ b/drivers/net/wireless/rt2x00/rt61pci.c | |||
@@ -2257,7 +2257,6 @@ static void rt61pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev) | |||
2257 | IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING | | 2257 | IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING | |
2258 | IEEE80211_HW_SIGNAL_DBM; | 2258 | IEEE80211_HW_SIGNAL_DBM; |
2259 | rt2x00dev->hw->extra_tx_headroom = 0; | 2259 | rt2x00dev->hw->extra_tx_headroom = 0; |
2260 | rt2x00dev->hw->queues = 4; | ||
2261 | 2260 | ||
2262 | SET_IEEE80211_DEV(rt2x00dev->hw, &rt2x00dev_pci(rt2x00dev)->dev); | 2261 | SET_IEEE80211_DEV(rt2x00dev->hw, &rt2x00dev_pci(rt2x00dev)->dev); |
2263 | SET_IEEE80211_PERM_ADDR(rt2x00dev->hw, | 2262 | SET_IEEE80211_PERM_ADDR(rt2x00dev->hw, |
@@ -2489,6 +2488,7 @@ static const struct rt2x00_ops rt61pci_ops = { | |||
2489 | .max_ap_intf = 4, | 2488 | .max_ap_intf = 4, |
2490 | .eeprom_size = EEPROM_SIZE, | 2489 | .eeprom_size = EEPROM_SIZE, |
2491 | .rf_size = RF_SIZE, | 2490 | .rf_size = RF_SIZE, |
2491 | .tx_queues = NUM_TX_QUEUES, | ||
2492 | .rx = &rt61pci_queue_rx, | 2492 | .rx = &rt61pci_queue_rx, |
2493 | .tx = &rt61pci_queue_tx, | 2493 | .tx = &rt61pci_queue_tx, |
2494 | .bcn = &rt61pci_queue_bcn, | 2494 | .bcn = &rt61pci_queue_bcn, |