linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mac80211: send {add,del}ba on AC_VO like other mgmt frames, as per spec
@ 2014-01-22 11:52 Karl Beldan
  2014-01-22 12:34 ` Johannes Berg
  0 siblings, 1 reply; 17+ messages in thread
From: Karl Beldan @ 2014-01-22 11:52 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, Karl Beldan, Karl Beldan

From: Karl Beldan <karl.beldan@rivierawaves.com>

Signed-off-by: Karl Beldan <karl.beldan@rivierawaves.com>
---
 net/mac80211/agg-tx.c | 2 +-
 net/mac80211/ht.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/mac80211/agg-tx.c b/net/mac80211/agg-tx.c
index 13b7683..ce9633a 100644
--- a/net/mac80211/agg-tx.c
+++ b/net/mac80211/agg-tx.c
@@ -107,7 +107,7 @@ static void ieee80211_send_addba_request(struct ieee80211_sub_if_data *sdata,
 	mgmt->u.action.u.addba_req.start_seq_num =
 					cpu_to_le16(start_seq_num << 4);
 
-	ieee80211_tx_skb_tid(sdata, skb, tid);
+	ieee80211_tx_skb(sdata, skb);
 }
 
 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn)
diff --git a/net/mac80211/ht.c b/net/mac80211/ht.c
index fab7b91..dc3c280 100644
--- a/net/mac80211/ht.c
+++ b/net/mac80211/ht.c
@@ -375,7 +375,7 @@ void ieee80211_send_delba(struct ieee80211_sub_if_data *sdata,
 	mgmt->u.action.u.delba.params = cpu_to_le16(params);
 	mgmt->u.action.u.delba.reason_code = cpu_to_le16(reason_code);
 
-	ieee80211_tx_skb_tid(sdata, skb, tid);
+	ieee80211_tx_skb(sdata, skb);
 }
 
 void ieee80211_process_delba(struct ieee80211_sub_if_data *sdata,
-- 
1.8.5.1.19.gdaad3aa


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-01-23 19:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-22 11:52 [PATCH] mac80211: send {add,del}ba on AC_VO like other mgmt frames, as per spec Karl Beldan
2014-01-22 12:34 ` Johannes Berg
2014-01-22 13:09   ` Karl Beldan
2014-01-22 13:33     ` Helmut Schaa
2014-01-22 15:28       ` Karl Beldan
2014-01-22 15:36         ` Helmut Schaa
2014-01-22 16:41           ` Karl Beldan
2014-01-22 18:51             ` Johannes Berg
2014-01-22 19:16               ` Karl Beldan
2014-01-22 19:21                 ` Johannes Berg
2014-01-22 20:47                   ` Helmut Schaa
2014-01-23  6:08                     ` Grumbach, Emmanuel
2014-01-23 13:42                       ` Helmut Schaa
2014-01-23 14:08                         ` Johannes Berg
2014-01-23 19:06                           ` [PATCH v2] mac80211: send {ADD,DEL}BA " Karl Beldan
2014-01-23 19:15                             ` Johannes Berg
2014-01-23 19:38                               ` Karl Beldan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).