diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2400pci.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2400pci.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2400pci.c b/drivers/net/wireless/rt2x00/rt2400pci.c index 247fbbfb0f2b..afa565c63621 100644 --- a/drivers/net/wireless/rt2x00/rt2400pci.c +++ b/drivers/net/wireless/rt2x00/rt2400pci.c | |||
@@ -1361,10 +1361,9 @@ static void rt2400pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev) | |||
1361 | /* | 1361 | /* |
1362 | * Initialize all hw fields. | 1362 | * Initialize all hw fields. |
1363 | */ | 1363 | */ |
1364 | rt2x00dev->hw->flags = IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING; | 1364 | rt2x00dev->hw->flags = IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING | |
1365 | IEEE80211_HW_SIGNAL_DBM; | ||
1365 | rt2x00dev->hw->extra_tx_headroom = 0; | 1366 | rt2x00dev->hw->extra_tx_headroom = 0; |
1366 | rt2x00dev->hw->max_signal = MAX_SIGNAL; | ||
1367 | rt2x00dev->hw->max_rssi = MAX_RX_SSI; | ||
1368 | rt2x00dev->hw->queues = 2; | 1367 | rt2x00dev->hw->queues = 2; |
1369 | 1368 | ||
1370 | SET_IEEE80211_DEV(rt2x00dev->hw, &rt2x00dev_pci(rt2x00dev)->dev); | 1369 | SET_IEEE80211_DEV(rt2x00dev->hw, &rt2x00dev_pci(rt2x00dev)->dev); |