diff options
Diffstat (limited to 'drivers/net/wireless/ath/ar9170/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ar9170/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ar9170/main.c b/drivers/net/wireless/ath/ar9170/main.c index 32bf79e6a320..a9111e1161fd 100644 --- a/drivers/net/wireless/ath/ar9170/main.c +++ b/drivers/net/wireless/ath/ar9170/main.c | |||
@@ -1945,7 +1945,8 @@ static int ar9170_conf_tx(struct ieee80211_hw *hw, u16 queue, | |||
1945 | static int ar9170_ampdu_action(struct ieee80211_hw *hw, | 1945 | static int ar9170_ampdu_action(struct ieee80211_hw *hw, |
1946 | struct ieee80211_vif *vif, | 1946 | struct ieee80211_vif *vif, |
1947 | enum ieee80211_ampdu_mlme_action action, | 1947 | enum ieee80211_ampdu_mlme_action action, |
1948 | struct ieee80211_sta *sta, u16 tid, u16 *ssn) | 1948 | struct ieee80211_sta *sta, u16 tid, u16 *ssn, |
1949 | u8 buf_size) | ||
1949 | { | 1950 | { |
1950 | switch (action) { | 1951 | switch (action) { |
1951 | case IEEE80211_AMPDU_RX_START: | 1952 | case IEEE80211_AMPDU_RX_START: |