wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP
authorKarthikeyan Periyasamy <quic_periyasa@quicinc.com>
Wed, 17 Jan 2024 08:04:29 +0000 (13:34 +0530)
committerKalle Valo <quic_kvalo@quicinc.com>
Thu, 18 Jan 2024 05:50:08 +0000 (07:50 +0200)
commit49b88e5f3fa114ed187f876082aa5bc4349f5bc7
treec9613c222934d615a66cd693f31622406a19709c
parent53a65445c144f99a6769788d0c04b64cdbb497d4
wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP

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

No functional changes, compile tested only.

Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@quicinc.com>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://msgid.link/20240117080431.2907471-2-quic_periyasa@quicinc.com
drivers/net/wireless/ath/ath12k/dp_tx.c
drivers/net/wireless/ath/ath12k/hal_rx.c
drivers/net/wireless/ath/ath12k/mac.c