Re: [PATCH v2 3/3] wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP

2024-01-04 Thread Jeff Johnson
On 1/3/2024 7:15 PM, Karthikeyan Periyasamy wrote: > 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 Acked-by: Jeff Johnson

[PATCH v2 3/3] wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP

2024-01-03 Thread Karthikeyan Periyasamy
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 --- v2: - Modified the copy rights drivers/net/wireless/ath/ath10k/core.c| 4 ++-- drivers/net/wireless/ath/ath10k/htt