aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2400pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2400pci.c')
-rw-r--r--drivers/net/wireless/rt2x00/rt2400pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2400pci.c b/drivers/net/wireless/rt2x00/rt2400pci.c
index fb02d118075b..b4310d798f94 100644
--- a/drivers/net/wireless/rt2x00/rt2400pci.c
+++ b/drivers/net/wireless/rt2x00/rt2400pci.c
@@ -1373,7 +1373,6 @@ static void rt2400pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev)
1373 rt2x00dev->hw->flags = IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING | 1373 rt2x00dev->hw->flags = IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
1374 IEEE80211_HW_SIGNAL_DBM; 1374 IEEE80211_HW_SIGNAL_DBM;
1375 rt2x00dev->hw->extra_tx_headroom = 0; 1375 rt2x00dev->hw->extra_tx_headroom = 0;
1376 rt2x00dev->hw->queues = 2;
1377 1376
1378 SET_IEEE80211_DEV(rt2x00dev->hw, &rt2x00dev_pci(rt2x00dev)->dev); 1377 SET_IEEE80211_DEV(rt2x00dev->hw, &rt2x00dev_pci(rt2x00dev)->dev);
1379 SET_IEEE80211_PERM_ADDR(rt2x00dev->hw, 1378 SET_IEEE80211_PERM_ADDR(rt2x00dev->hw,
@@ -1620,6 +1619,7 @@ static const struct rt2x00_ops rt2400pci_ops = {
1620 .max_ap_intf = 1, 1619 .max_ap_intf = 1,
1621 .eeprom_size = EEPROM_SIZE, 1620 .eeprom_size = EEPROM_SIZE,
1622 .rf_size = RF_SIZE, 1621 .rf_size = RF_SIZE,
1622 .tx_queues = NUM_TX_QUEUES,
1623 .rx = &rt2400pci_queue_rx, 1623 .rx = &rt2400pci_queue_rx,
1624 .tx = &rt2400pci_queue_tx, 1624 .tx = &rt2400pci_queue_tx,
1625 .bcn = &rt2400pci_queue_bcn, 1625 .bcn = &rt2400pci_queue_bcn,