All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] ath10k: add per station debugfs support
@ 2014-12-19  6:54 ` Rajkumar Manoharan
  0 siblings, 0 replies; 26+ messages in thread
From: Rajkumar Manoharan @ 2014-12-19  6:54 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Rajkumar Manoharan

The following patches add support for sending addba/addba response/delba
for every station entries. These commands are purely for testing purpose.

Before using any of the above aggregation commands, the mode should be moved
to manual. To disable automatic aggretation in target

echo 1 >/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
	stations/XX:XX:XX:XX:XX:XX/aggr_mode

Then for sending addba request,

echo 1 32 >/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
	stations/XX:XX:XX:XX:XX:XX/addba

To send addba response,

echo 0 25 >/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
	stations/XX:XX:XX:XX:XX:XX/addba_resp

And for delba,

echo 0 1 37 >/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
	stations/XX:XX:XX:XX:XX:XX/delba

Rajkumar Manoharan (8):
  ath10k: add wmi support for addba_clear_resp
  ath10k: add wmi support for addba_send
  ath10k: add wmi support for addba_set_resp
  ath10k: add wmi support for delba_send
  ath10k: Implement sta_add_debugfs
  ath10k: add support to send addba request
  ath10k: add support to send addba response
  ath10k: ath10k: add support to send delba

 drivers/net/wireless/ath/ath10k/Kconfig       |   8 +
 drivers/net/wireless/ath/ath10k/Makefile      |   1 +
 drivers/net/wireless/ath/ath10k/core.h        |   5 +
 drivers/net/wireless/ath/ath10k/debug.h       |  11 +-
 drivers/net/wireless/ath/ath10k/debugfs_sta.c | 249 ++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/mac.c         |   3 +
 drivers/net/wireless/ath/ath10k/wmi-ops.h     |  78 ++++++++
 drivers/net/wireless/ath/ath10k/wmi-tlv.c     |   4 +
 drivers/net/wireless/ath/ath10k/wmi.c         | 115 ++++++++++++
 9 files changed, 473 insertions(+), 1 deletion(-)
 create mode 100644 drivers/net/wireless/ath/ath10k/debugfs_sta.c

-- 
2.1.3


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

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

end of thread, other threads:[~2014-12-24  8:12 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19  6:54 [PATCH 0/8] ath10k: add per station debugfs support Rajkumar Manoharan
2014-12-19  6:54 ` Rajkumar Manoharan
2014-12-19  6:54 ` [PATCH 1/8] ath10k: add wmi support for addba_clear_resp Rajkumar Manoharan
2014-12-19  6:54   ` Rajkumar Manoharan
2014-12-19  6:54 ` [PATCH 2/8] ath10k: add wmi support for addba_send Rajkumar Manoharan
2014-12-19  6:54   ` Rajkumar Manoharan
2014-12-19  6:54 ` [PATCH 3/8] ath10k: add wmi support for addba_set_resp Rajkumar Manoharan
2014-12-19  6:54   ` Rajkumar Manoharan
2014-12-19  6:54 ` [PATCH 4/8] ath10k: add wmi support for delba_send Rajkumar Manoharan
2014-12-19  6:54   ` Rajkumar Manoharan
2014-12-19  6:54 ` [PATCH 5/8] ath10k: Implement sta_add_debugfs Rajkumar Manoharan
2014-12-19  6:54   ` Rajkumar Manoharan
2014-12-19  6:54 ` [PATCH 6/8] ath10k: add support to send addba request Rajkumar Manoharan
2014-12-19  6:54   ` Rajkumar Manoharan
2014-12-19  6:54 ` [PATCH 7/8] ath10k: add support to send addba response Rajkumar Manoharan
2014-12-19  6:54   ` Rajkumar Manoharan
2014-12-19  6:54 ` [PATCH 8/8] ath10k: ath10k: add support to send delba Rajkumar Manoharan
2014-12-19  6:54   ` Rajkumar Manoharan
2014-12-21  6:13   ` Manoharan, Rajkumar
2014-12-21  6:13     ` Manoharan, Rajkumar
2014-12-23  7:46     ` Kalle Valo
2014-12-23  7:46       ` Kalle Valo
2014-12-24  7:54       ` Rajkumar
2014-12-24  7:54         ` Rajkumar
2014-12-24  8:11         ` Kalle Valo
2014-12-24  8:11           ` Kalle Valo

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.