mbox series

[0/2] Add TWT debugfs support for STA interface

Message ID 20220720135150.22193-1-quic_mpubbise@quicinc.com
Headers show
Series Add TWT debugfs support for STA interface | expand

Message

Manikanta Pubbisetty July 20, 2022, 1:51 p.m. UTC
Currently TWT debugfs interfaces are created only for AP iftypes,
add TWT debugfs support for STA interface as well. This is needed for
manually testing the TWT feature on STA interfaces.

Tested-on: WCN6750 hw1.0 AHB WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1

Manikanta Pubbisetty (2):
  ath11k: Add TWT debugfs support for STA interface
  ath11k: Fix hardware restart failure due to twt debugfs failure

 drivers/net/wireless/ath/ath11k/debugfs.c | 84 ++++++++++++++++-------
 drivers/net/wireless/ath/ath11k/debugfs.h |  5 +-
 drivers/net/wireless/ath/ath11k/mac.c     | 22 ++++--
 drivers/net/wireless/ath/ath11k/wmi.c     | 68 +++++++++++-------
 drivers/net/wireless/ath/ath11k/wmi.h     | 23 ++++++-
 5 files changed, 143 insertions(+), 59 deletions(-)