|
@@ -1373,7 +1373,6 @@ static void rt2400pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev)
|
|
|
rt2x00dev->hw->flags = IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
|
|
rt2x00dev->hw->flags = IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
|
|
|
IEEE80211_HW_SIGNAL_DBM;
|
|
IEEE80211_HW_SIGNAL_DBM;
|
|
|
rt2x00dev->hw->extra_tx_headroom = 0;
|
|
rt2x00dev->hw->extra_tx_headroom = 0;
|
|
|
- rt2x00dev->hw->queues = 2;
|
|
|
|
|
|
|
|
|
|
SET_IEEE80211_DEV(rt2x00dev->hw, &rt2x00dev_pci(rt2x00dev)->dev);
|
|
SET_IEEE80211_DEV(rt2x00dev->hw, &rt2x00dev_pci(rt2x00dev)->dev);
|
|
|
SET_IEEE80211_PERM_ADDR(rt2x00dev->hw,
|
|
SET_IEEE80211_PERM_ADDR(rt2x00dev->hw,
|
|
@@ -1620,6 +1619,7 @@ static const struct rt2x00_ops rt2400pci_ops = {
|
|
|
.max_ap_intf = 1,
|
|
.max_ap_intf = 1,
|
|
|
.eeprom_size = EEPROM_SIZE,
|
|
.eeprom_size = EEPROM_SIZE,
|
|
|
.rf_size = RF_SIZE,
|
|
.rf_size = RF_SIZE,
|
|
|
|
|
+ .tx_queues = NUM_TX_QUEUES,
|
|
|
.rx = &rt2400pci_queue_rx,
|
|
.rx = &rt2400pci_queue_rx,
|
|
|
.tx = &rt2400pci_queue_tx,
|
|
.tx = &rt2400pci_queue_tx,
|
|
|
.bcn = &rt2400pci_queue_bcn,
|
|
.bcn = &rt2400pci_queue_bcn,
|