aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2015-08-16 04:13:22 -0400
committerJohannes Berg <johannes.berg@intel.com>2015-09-22 09:21:23 -0400
commite3abc8ff0fc18b3925fd5d5c5fbd1613856f4e7c (patch)
tree6e551a123ce0462ae6aed766ade50ae1bac0efbc /drivers/net/wireless/ath/wcn36xx
parent1b09b5568e5f46c6dfb781d7c1dfad431a6d8ec1 (diff)
mac80211: allow to transmit A-MSDU within A-MPDU
Advertise the capability to send A-MSDU within A-MPDU in the AddBA request sent by mac80211. Let the driver know about the peer's capabilities. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/ath/wcn36xx')
-rw-r--r--drivers/net/wireless/ath/wcn36xx/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/wcn36xx/main.c b/drivers/net/wireless/ath/wcn36xx/main.c
index 900e72a089d8..7c169abdbafe 100644
--- a/drivers/net/wireless/ath/wcn36xx/main.c
+++ b/drivers/net/wireless/ath/wcn36xx/main.c
@@ -859,7 +859,7 @@ static int wcn36xx_ampdu_action(struct ieee80211_hw *hw,
859 struct ieee80211_vif *vif, 859 struct ieee80211_vif *vif,
860 enum ieee80211_ampdu_mlme_action action, 860 enum ieee80211_ampdu_mlme_action action,
861 struct ieee80211_sta *sta, u16 tid, u16 *ssn, 861 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
862 u8 buf_size) 862 u8 buf_size, bool amsdu)
863{ 863{
864 struct wcn36xx *wcn = hw->priv; 864 struct wcn36xx *wcn = hw->priv;
865 struct wcn36xx_sta *sta_priv = NULL; 865 struct wcn36xx_sta *sta_priv = NULL;