All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mac80211: Add new AMPDU factor macro for HE peer caps
@ 2020-05-04 17:04 ` Tamizh Chelvam
  0 siblings, 0 replies; 10+ messages in thread
From: Tamizh Chelvam @ 2020-05-04 17:04 UTC (permalink / raw)
  To: ath11k, johannes; +Cc: linux-wireless, Tamizh Chelvam

Add IEEE80211_HE_VHT_MAX_AMPDU_FACTOR and IEEE80211_HE_HT_MAX_AMPDU_FACTOR
as per spec to use for peer max ampdu factor.

Signed-off-by: Tamizh Chelvam <tamizhr@codeaurora.org>
---
 include/linux/ieee80211.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index a561db4..69e214c 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -1821,6 +1821,8 @@ int ieee80211_get_vht_max_nss(struct ieee80211_vht_cap *cap,
 #define IEEE80211_HE_MAC_CAP3_FLEX_TWT_SCHED			0x40
 #define IEEE80211_HE_MAC_CAP3_RX_CTRL_FRAME_TO_MULTIBSS		0x80
 
+#define IEEE80211_HE_MAC_CAP3_MAX_AMPDU_LEN_EXP_SHIFT		3
+
 #define IEEE80211_HE_MAC_CAP4_BSRP_BQRP_A_MPDU_AGG		0x01
 #define IEEE80211_HE_MAC_CAP4_QTP				0x02
 #define IEEE80211_HE_MAC_CAP4_BQR				0x04
@@ -1842,6 +1844,9 @@ int ieee80211_get_vht_max_nss(struct ieee80211_vht_cap *cap,
 #define IEEE80211_HE_MAC_CAP5_PUNCTURED_SOUNDING		0x40
 #define IEEE80211_HE_MAC_CAP5_HT_VHT_TRIG_FRAME_RX		0x80
 
+#define IEEE80211_HE_VHT_MAX_AMPDU_FACTOR	20
+#define IEEE80211_HE_HT_MAX_AMPDU_FACTOR	16
+
 /* 802.11ax HE PHY capabilities */
 #define IEEE80211_HE_PHY_CAP0_CHANNEL_WIDTH_SET_40MHZ_IN_2G		0x02
 #define IEEE80211_HE_PHY_CAP0_CHANNEL_WIDTH_SET_40MHZ_80MHZ_IN_5G	0x04
-- 
1.9.1

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

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

end of thread, other threads:[~2020-09-09 12:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-04 17:04 [PATCH 1/2] mac80211: Add new AMPDU factor macro for HE peer caps Tamizh Chelvam
2020-05-04 17:04 ` Tamizh Chelvam
2020-05-04 17:05 ` [PATCH 2/2] ath11k: Add peer max mpdu parameter in peer assoc command Tamizh Chelvam
2020-05-04 17:05   ` Tamizh Chelvam
2020-05-29 14:49   ` Kalle Valo
2020-05-29 14:49   ` Kalle Valo
2020-09-09  6:50   ` Kalle Valo
2020-09-09  6:50   ` Kalle Valo
2020-09-09 12:03 ` [PATCH 1/2] mac80211: Add new AMPDU factor macro for HE peer caps Felix Fietkau
2020-09-09 12:03   ` Felix Fietkau

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.