All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] wifi: ath11k: debug message improvements
@ 2023-06-09 14:24 ` Kalle Valo
  0 siblings, 0 replies; 34+ messages in thread
From: Kalle Valo @ 2023-06-09 14:24 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless

From: Kalle Valo <quic_kvalo@quicinc.com>

Some improvements and cleanup to ath11k debug messages. Print debug
level automatically in kernel log messages.

Kalle Valo (15):
  wifi: ath11k: debug: remove unused ATH11K_DBG_ANY
  wifi: ath11k: print debug level in debug messages
  wifi: ath11k: remove manual mask names from debug messages
  wifi: ath11k: add WMI event debug messages
  wifi: ath11k: remove unsupported event handlers
  wifi: ath11k: wmi: cleanup error handling in
    ath11k_wmi_send_init_country_cmd()
  wifi: ath11k: wmi: use common error handling style
  wifi: ath11k: wmi: add unified command debug messages
  wifi: ath11k: pci: cleanup debug logging
  wifi: ath11k: dp: cleanup debug message
  wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL
  wifi: ath11k: hal: cleanup debug message
  wifi: ath11k: don't use %pK
  wifi: ath11k: htc: cleanup debug messages
  wifi: ath11k: debug: add ATH11K_DBG_CE

 drivers/net/wireless/ath/ath11k/ahb.c    |   4 +-
 drivers/net/wireless/ath/ath11k/ce.c     |   4 +-
 drivers/net/wireless/ath/ath11k/core.c   |  14 +-
 drivers/net/wireless/ath/ath11k/debug.c  |   2 +-
 drivers/net/wireless/ath/ath11k/debug.h  |  48 +-
 drivers/net/wireless/ath/ath11k/dp_rx.c  |   8 +-
 drivers/net/wireless/ath/ath11k/dp_tx.c  |  12 +-
 drivers/net/wireless/ath/ath11k/hal.c    |  10 +-
 drivers/net/wireless/ath/ath11k/hal_rx.c |  24 +-
 drivers/net/wireless/ath/ath11k/htc.c    |  42 +-
 drivers/net/wireless/ath/ath11k/mac.c    | 110 ++---
 drivers/net/wireless/ath/ath11k/mhi.c    |   6 +-
 drivers/net/wireless/ath/ath11k/pci.c    |  22 +-
 drivers/net/wireless/ath/ath11k/pcic.c   |   6 +-
 drivers/net/wireless/ath/ath11k/peer.c   |   4 +-
 drivers/net/wireless/ath/ath11k/qmi.c    |  58 +--
 drivers/net/wireless/ath/ath11k/reg.c    |   4 +-
 drivers/net/wireless/ath/ath11k/wmi.c    | 562 +++++++++++++----------
 18 files changed, 544 insertions(+), 396 deletions(-)


base-commit: 3b3d60fff1f7ecd2966a2f4f9b20a80630b93682
-- 
2.30.2


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

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

end of thread, other threads:[~2023-06-13  9:11 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 14:24 [PATCH 00/15] wifi: ath11k: debug message improvements Kalle Valo
2023-06-09 14:24 ` Kalle Valo
2023-06-09 14:24 ` [PATCH 01/15] wifi: ath11k: debug: remove unused ATH11K_DBG_ANY Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-13  9:11   ` Kalle Valo
2023-06-13  9:11     ` Kalle Valo
2023-06-09 14:24 ` [PATCH 02/15] wifi: ath11k: print debug level in debug messages Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 03/15] wifi: ath11k: remove manual mask names from " Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 04/15] wifi: ath11k: add WMI event " Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 05/15] wifi: ath11k: remove unsupported event handlers Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 06/15] wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd() Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 07/15] wifi: ath11k: wmi: use common error handling style Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 08/15] wifi: ath11k: wmi: add unified command debug messages Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 09/15] wifi: ath11k: pci: cleanup debug logging Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 10/15] wifi: ath11k: dp: cleanup debug message Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 11/15] wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 12/15] wifi: ath11k: hal: cleanup debug message Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 13/15] wifi: ath11k: don't use %pK Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 14/15] wifi: ath11k: htc: cleanup debug messages Kalle Valo
2023-06-09 14:24   ` Kalle Valo
2023-06-09 14:24 ` [PATCH 15/15] wifi: ath11k: debug: add ATH11K_DBG_CE Kalle Valo
2023-06-09 14:24   ` 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.