diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2500pci.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2500pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.c b/drivers/net/wireless/rt2x00/rt2500pci.c index 0d53c75d55dd..c06f1b5e5887 100644 --- a/drivers/net/wireless/rt2x00/rt2500pci.c +++ b/drivers/net/wireless/rt2x00/rt2500pci.c | |||
@@ -1680,10 +1680,10 @@ static void rt2500pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev) | |||
1680 | /* | 1680 | /* |
1681 | * Initialize all hw fields. | 1681 | * Initialize all hw fields. |
1682 | */ | 1682 | */ |
1683 | rt2x00dev->hw->flags = IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING; | 1683 | rt2x00dev->hw->flags = IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING | |
1684 | IEEE80211_HW_SIGNAL_DBM; | ||
1685 | |||
1684 | rt2x00dev->hw->extra_tx_headroom = 0; | 1686 | rt2x00dev->hw->extra_tx_headroom = 0; |
1685 | rt2x00dev->hw->max_signal = MAX_SIGNAL; | ||
1686 | rt2x00dev->hw->max_rssi = MAX_RX_SSI; | ||
1687 | rt2x00dev->hw->queues = 2; | 1687 | rt2x00dev->hw->queues = 2; |
1688 | 1688 | ||
1689 | SET_IEEE80211_DEV(rt2x00dev->hw, &rt2x00dev_pci(rt2x00dev)->dev); | 1689 | SET_IEEE80211_DEV(rt2x00dev->hw, &rt2x00dev_pci(rt2x00dev)->dev); |