aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath9k/main.c')
-rw-r--r--drivers/net/wireless/ath9k/main.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c
index 795fed5cadfa..f6dc4c826044 100644
--- a/drivers/net/wireless/ath9k/main.c
+++ b/drivers/net/wireless/ath9k/main.c
@@ -953,10 +953,7 @@ static int ath_attach(u16 devid,
953 &sc->sbands[IEEE80211_BAND_5GHZ]; 953 &sc->sbands[IEEE80211_BAND_5GHZ];
954 } 954 }
955 955
956 /* FIXME: Have to figure out proper hw init values later */
957
958 hw->queues = 4; 956 hw->queues = 4;
959 hw->ampdu_queues = 1;
960 957
961 /* Register rate control */ 958 /* Register rate control */
962 hw->rate_control_algorithm = "ath9k_rate_control"; 959 hw->rate_control_algorithm = "ath9k_rate_control";
@@ -1745,7 +1742,8 @@ static int ath_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
1745 hw->flags = IEEE80211_HW_RX_INCLUDES_FCS | 1742 hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
1746 IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING | 1743 IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
1747 IEEE80211_HW_SIGNAL_DBM | 1744 IEEE80211_HW_SIGNAL_DBM |
1748 IEEE80211_HW_NOISE_DBM; 1745 IEEE80211_HW_NOISE_DBM |
1746 IEEE80211_HW_AMPDU_AGGREGATION;
1749 1747
1750 hw->wiphy->interface_modes = 1748 hw->wiphy->interface_modes =
1751 BIT(NL80211_IFTYPE_AP) | 1749 BIT(NL80211_IFTYPE_AP) |