diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2500pci.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2500pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.c b/drivers/net/wireless/rt2x00/rt2500pci.c index 30960fd8a449..408fcfc120f5 100644 --- a/drivers/net/wireless/rt2x00/rt2500pci.c +++ b/drivers/net/wireless/rt2x00/rt2500pci.c | |||
@@ -1733,8 +1733,6 @@ static int rt2500pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev) | |||
1733 | IEEE80211_HW_SUPPORTS_PS | | 1733 | IEEE80211_HW_SUPPORTS_PS | |
1734 | IEEE80211_HW_PS_NULLFUNC_STACK; | 1734 | IEEE80211_HW_PS_NULLFUNC_STACK; |
1735 | 1735 | ||
1736 | rt2x00dev->hw->extra_tx_headroom = 0; | ||
1737 | |||
1738 | SET_IEEE80211_DEV(rt2x00dev->hw, rt2x00dev->dev); | 1736 | SET_IEEE80211_DEV(rt2x00dev->hw, rt2x00dev->dev); |
1739 | SET_IEEE80211_PERM_ADDR(rt2x00dev->hw, | 1737 | SET_IEEE80211_PERM_ADDR(rt2x00dev->hw, |
1740 | rt2x00_eeprom_addr(rt2x00dev, | 1738 | rt2x00_eeprom_addr(rt2x00dev, |
@@ -1928,6 +1926,7 @@ static const struct rt2x00_ops rt2500pci_ops = { | |||
1928 | .eeprom_size = EEPROM_SIZE, | 1926 | .eeprom_size = EEPROM_SIZE, |
1929 | .rf_size = RF_SIZE, | 1927 | .rf_size = RF_SIZE, |
1930 | .tx_queues = NUM_TX_QUEUES, | 1928 | .tx_queues = NUM_TX_QUEUES, |
1929 | .extra_tx_headroom = 0, | ||
1931 | .rx = &rt2500pci_queue_rx, | 1930 | .rx = &rt2500pci_queue_rx, |
1932 | .tx = &rt2500pci_queue_tx, | 1931 | .tx = &rt2500pci_queue_tx, |
1933 | .bcn = &rt2500pci_queue_bcn, | 1932 | .bcn = &rt2500pci_queue_bcn, |