nl80211: Add support to configure TID specific Tx rate configuration
authorTamizh Chelvam <tamizhr@codeaurora.org>
Wed, 13 May 2020 08:11:44 +0000 (13:41 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 27 May 2020 08:03:25 +0000 (10:03 +0200)
commit9a5f6488623730dc16cca0836ade23869761adee
treeb97f844271299cd348a4f6dee8c9e24e508e7572
parent1ea02224afc29431880a67b8c3198146cc01d33e
nl80211: Add support to configure TID specific Tx rate configuration

This patch adds support to configure per TID Tx Rate configuration
through NL80211_TID_CONFIG_ATTR_TX_RATE* attributes. And it uses
nl80211_parse_tx_bitrate_mask api to validate the Tx rate mask.

Signed-off-by: Tamizh Chelvam <tamizhr@codeaurora.org>
Link: https://lore.kernel.org/r/1589357504-10175-1-git-send-email-tamizhr@codeaurora.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c