All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tamizh chelvam <tamizhr@codeaurora.org>
To: ath10k@lists.infradead.org, johannes@sipsolutions.net
Cc: linux-wireless@vger.kernel.org,
	Vasanthakumar Thiagarajan <vthiagar@codeaurora.org>,
	Tamizh chelvam <tamizhr@codeaurora.org>
Subject: [PATCH 4/6] mac80211: Advertise per-peer NoAck policy support
Date: Wed, 17 Oct 2018 00:11:09 +0530	[thread overview]
Message-ID: <1539715271-14325-5-git-send-email-tamizhr@codeaurora.org> (raw)
In-Reply-To: <1539715271-14325-1-git-send-email-tamizhr@codeaurora.org>

From: Vasanthakumar Thiagarajan <vthiagar@codeaurora.org>

This enables per-peer NoAck handling in mac80211 when
the functionality is not offloaded to the drivers.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@codeaurora.org>
Signed-off-by: Tamizh chelvam <tamizhr@codeaurora.org>
---
 net/mac80211/main.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net/mac80211/main.c b/net/mac80211/main.c
index 83e71e6..698cf56 100644
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
@@ -597,6 +597,10 @@ struct ieee80211_hw *ieee80211_alloc_hw_nm(size_t priv_data_len,
 
 	wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_RRM);
 
+	if (!ops->set_noack_tid_bitmap)
+		wiphy_ext_feature_set(wiphy,
+				      NL80211_EXT_FEATURE_PER_STA_NOACK_MAP);
+
 	wiphy->bss_priv_size = sizeof(struct ieee80211_bss);
 
 	local = wiphy_priv(wiphy);
-- 
1.7.9.5


WARNING: multiple messages have this Message-ID (diff)
From: Tamizh chelvam <tamizhr@codeaurora.org>
To: ath10k@lists.infradead.org, johannes@sipsolutions.net
Cc: Vasanthakumar Thiagarajan <vthiagar@codeaurora.org>,
	linux-wireless@vger.kernel.org,
	Tamizh chelvam <tamizhr@codeaurora.org>
Subject: [PATCH 4/6] mac80211: Advertise per-peer NoAck policy support
Date: Wed, 17 Oct 2018 00:11:09 +0530	[thread overview]
Message-ID: <1539715271-14325-5-git-send-email-tamizhr@codeaurora.org> (raw)
In-Reply-To: <1539715271-14325-1-git-send-email-tamizhr@codeaurora.org>

From: Vasanthakumar Thiagarajan <vthiagar@codeaurora.org>

This enables per-peer NoAck handling in mac80211 when
the functionality is not offloaded to the drivers.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@codeaurora.org>
Signed-off-by: Tamizh chelvam <tamizhr@codeaurora.org>
---
 net/mac80211/main.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net/mac80211/main.c b/net/mac80211/main.c
index 83e71e6..698cf56 100644
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
@@ -597,6 +597,10 @@ struct ieee80211_hw *ieee80211_alloc_hw_nm(size_t priv_data_len,
 
 	wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_RRM);
 
+	if (!ops->set_noack_tid_bitmap)
+		wiphy_ext_feature_set(wiphy,
+				      NL80211_EXT_FEATURE_PER_STA_NOACK_MAP);
+
 	wiphy->bss_priv_size = sizeof(struct ieee80211_bss);
 
 	local = wiphy_priv(wiphy);
-- 
1.7.9.5


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

  parent reply	other threads:[~2018-10-16 18:43 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-16 18:41 [PATCH 0/6] wireless: Per-sta NoAck and offload support Tamizh chelvam
2018-10-16 18:41 ` Tamizh chelvam
2018-10-16 18:41 ` [PATCH 1/6] mac80211: Add NoAck policy functionality offload infrastructure Tamizh chelvam
2018-10-16 18:41   ` Tamizh chelvam
2018-10-16 18:41 ` [PATCH 2/6] nl80211/mac80211: Extend NoAck policy command with peer MAC address Tamizh chelvam
2018-10-16 18:41   ` Tamizh chelvam
2018-10-16 18:41 ` [PATCH 3/6] mac80211: Apply per-peer NoAck tid bitmap configuration Tamizh chelvam
2018-10-16 18:41   ` Tamizh chelvam
2018-10-16 18:41 ` Tamizh chelvam [this message]
2018-10-16 18:41   ` [PATCH 4/6] mac80211: Advertise per-peer NoAck policy support Tamizh chelvam
2018-10-16 18:41 ` [PATCH 5/6] ath10k: Add wmi command support for station specific TID config Tamizh chelvam
2018-10-16 18:41   ` Tamizh chelvam
2018-10-16 18:41 ` [PATCH 6/6] ath10k: Add support for station specific noack TID policy Tamizh chelvam
2018-10-16 18:41   ` Tamizh chelvam
2018-11-09 11:28 ` [PATCH 0/6] wireless: Per-sta NoAck and offload support Johannes Berg
2018-11-09 11:28   ` Johannes Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1539715271-14325-5-git-send-email-tamizhr@codeaurora.org \
    --to=tamizhr@codeaurora.org \
    --cc=ath10k@lists.infradead.org \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=vthiagar@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.