mbox series

[PATCHv2,0/4] ath10k: Add support for TID specific configuration

Message ID 1593875614-5683-1-git-send-email-tamizhr@codeaurora.org (mailing list archive)
Headers show
Series ath10k: Add support for TID specific configuration | expand

Message

Tamizh chelvam July 4, 2020, 3:13 p.m. UTC
Add TID specific configuration for noack, retry count, aggregation, Tx rate
and RTS_CTS control. Here if noack is enabled for the TID then aggregation
should be disabled and Tx rate should be and retry count will be 0.
Also add support for reset TID configuration.


Tamizh Chelvam (4):
  ath10k: Add wmi command support for station specific TID config
  ath10k: Move rate mask validation function up in the file
  ath10k: Add new api to support TID specific configuration
  ath10k: Add new api to support reset TID config

v2:

 * Fixed warnings reported by kernel test robot <lkp@intel.com>

 drivers/net/wireless/ath/ath10k/core.c    |   4 +
 drivers/net/wireless/ath/ath10k/core.h    |  20 +
 drivers/net/wireless/ath/ath10k/mac.c     | 837 ++++++++++++++++++++++++++----
 drivers/net/wireless/ath/ath10k/txrx.c    |  11 +-
 drivers/net/wireless/ath/ath10k/wmi-ops.h |  19 +
 drivers/net/wireless/ath/ath10k/wmi.c     |  35 ++
 drivers/net/wireless/ath/ath10k/wmi.h     |  72 +++
 7 files changed, 905 insertions(+), 93 deletions(-)