[PATCH v2 0/3] wifi: ath: 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. Karthikeyan Periyasamy (3): wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP wifi: ath10k: replace ENOTSUPP with EOP

Re: [PATCH v2 0/3] wifi: ath: 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. > I would have expected a changelog for v2 But no need to resend as a result of the missing changelog sinc