linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] wifi: ath: replace ENOTSUPP with EOPNOTSUPP
@ 2024-01-03  4:12 Karthikeyan Periyasamy
  2024-01-03  4:12 ` [PATCH 1/3] wifi: ath12k: " Karthikeyan Periyasamy
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Karthikeyan Periyasamy @ 2024-01-03  4:12 UTC (permalink / raw)
  To: ath12k, ath11k, ath10k; +Cc: linux-wireless, Karthikeyan Periyasamy

ENOTSUPP is not a standard error code, don't use it. Replace with
EOPNOTSUPP instead.

No functional changes, compile tested only.

Karthikeyan Periyasamy (3):
  wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP
  wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP
  wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP

 drivers/net/wireless/ath/ath10k/core.c    |  4 ++--
 drivers/net/wireless/ath/ath10k/htt.c     |  4 +++-
 drivers/net/wireless/ath/ath10k/mac.c     |  6 +++---
 drivers/net/wireless/ath/ath10k/pci.c     | 10 +++++-----
 drivers/net/wireless/ath/ath10k/wmi-tlv.c |  7 ++++---
 drivers/net/wireless/ath/ath10k/wmi.c     | 12 ++++++------
 drivers/net/wireless/ath/ath11k/dp_tx.c   |  6 +++---
 drivers/net/wireless/ath/ath11k/hal_rx.c  |  4 ++--
 drivers/net/wireless/ath/ath12k/dp_tx.c   |  6 +++---
 drivers/net/wireless/ath/ath12k/hal_rx.c  |  4 ++--
 drivers/net/wireless/ath/ath12k/mac.c     | 10 +++++-----
 11 files changed, 38 insertions(+), 35 deletions(-)


base-commit: 2cd4e3f91f264926a6b11df948417b74d52ca9b9
-- 
2.34.1


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

end of thread, other threads:[~2024-01-04  3:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-03  4:12 [PATCH 0/3] wifi: ath: replace ENOTSUPP with EOPNOTSUPP Karthikeyan Periyasamy
2024-01-03  4:12 ` [PATCH 1/3] wifi: ath12k: " Karthikeyan Periyasamy
2024-01-03 16:23   ` Jeff Johnson
2024-01-03  4:12 ` [PATCH 2/3] wifi: ath11k: " Karthikeyan Periyasamy
2024-01-03 16:23   ` Jeff Johnson
2024-01-03  4:12 ` [PATCH 3/3] wifi: ath10k: " Karthikeyan Periyasamy
2024-01-03 16:36   ` Jeff Johnson
2024-01-04  3:03     ` Karthikeyan Periyasamy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).