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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.c b/drivers/net/wireless/rt2x00/rt2500pci.c
index 1724ce90f8b1..54aaa8375a2c 100644
--- a/drivers/net/wireless/rt2x00/rt2500pci.c
+++ b/drivers/net/wireless/rt2x00/rt2500pci.c
@@ -1692,7 +1692,6 @@ static void rt2500pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev)
1692 IEEE80211_HW_SIGNAL_DBM; 1692 IEEE80211_HW_SIGNAL_DBM;
1693 1693
1694 rt2x00dev->hw->extra_tx_headroom = 0; 1694 rt2x00dev->hw->extra_tx_headroom = 0;
1695 rt2x00dev->hw->queues = 2;
1696 1695
1697 SET_IEEE80211_DEV(rt2x00dev->hw, &rt2x00dev_pci(rt2x00dev)->dev); 1696 SET_IEEE80211_DEV(rt2x00dev->hw, &rt2x00dev_pci(rt2x00dev)->dev);
1698 SET_IEEE80211_PERM_ADDR(rt2x00dev->hw, 1697 SET_IEEE80211_PERM_ADDR(rt2x00dev->hw,
@@ -1933,6 +1932,7 @@ static const struct rt2x00_ops rt2500pci_ops = {
1933 .max_ap_intf = 1, 1932 .max_ap_intf = 1,
1934 .eeprom_size = EEPROM_SIZE, 1933 .eeprom_size = EEPROM_SIZE,
1935 .rf_size = RF_SIZE, 1934 .rf_size = RF_SIZE,
1935 .tx_queues = NUM_TX_QUEUES,
1936 .rx = &rt2500pci_queue_rx, 1936 .rx = &rt2500pci_queue_rx,
1937 .tx = &rt2500pci_queue_tx, 1937 .tx = &rt2500pci_queue_tx,
1938 .bcn = &rt2500pci_queue_bcn, 1938 .bcn = &rt2500pci_queue_bcn,