summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajeev Kumar Sirasanagandla <rsirasan@codeaurora.org>2017-01-18 13:20:42 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-22 23:36:19 -0800
commitb5230894f5381f480e643a0049905826ab4d6f12 (patch)
tree3b6865ad9c6098887d96220802ea55e67646118d
parent9335a12bb020a88365919c6f44850a5b1c4b94b9 (diff)
Revert "mac80211: pass block ack session timeout to to driver"
This reverts commit 71384687ff94 ("mac80211: pass block ack session timeout to to driver") which is incomplete cherry-pick. CRs-Fixed: 1112956 Change-Id: I63fdf95d25ca5bdfa87c54cea8e9a68eae715e44 Signed-off-by: Rajeev Kumar Sirasanagandla <rsirasan@codeaurora.org>
-rw-r--r--drivers/net/wireless/ath/ath10k/mac.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 76297d69f1ed..0045957afd30 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -6994,13 +6994,12 @@ static void ath10k_set_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
static int ath10k_ampdu_action(struct ieee80211_hw *hw,
struct ieee80211_vif *vif,
- struct ieee80211_ampdu_params *params)
+ enum ieee80211_ampdu_mlme_action action,
+ struct ieee80211_sta *sta, u16 tid, u16 *ssn,
+ u8 buf_size, bool amsdu)
{
struct ath10k *ar = hw->priv;
struct ath10k_vif *arvif = ath10k_vif_to_arvif(vif);
- struct ieee80211_sta *sta = params->sta;
- enum ieee80211_ampdu_mlme_action action = params->action;
- u16 tid = params->tid;
ath10k_dbg(ar, ATH10K_DBG_MAC, "mac ampdu vdev_id %i sta %pM tid %hu action %d\n",
arvif->vdev_id, sta->addr, tid, action);