mbox series

[v3,0/3] wifi: ath: replace ENOTSUPP with EOPNOTSUPP

Message ID 20240117080431.2907471-1-quic_periyasa@quicinc.com
Headers show
Series wifi: ath: replace ENOTSUPP with EOPNOTSUPP | expand

Message

Karthikeyan Periyasamy Jan. 17, 2024, 8:04 a.m. UTC
ENOTSUPP is not a standard error code, don't use it. Replace with
EOPNOTSUPP instead.

No functional changes, compile tested only.

v3:
 - Added "Acked-by" tag
v2:
 - Modified the copy rights

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     |  3 ++-
 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     |  8 ++++----
 11 files changed, 36 insertions(+), 34 deletions(-)


base-commit: c1938548bbeed6fcce8fa6e4de9f694994efcc42