Re: [PATCH] mwifiex: Fix reporting 'operation not supported' error code

2020-07-15 Thread Kalle Valo
Pali Rohár wrote: > ENOTSUPP (double PP) is internal linux kernel code 524 available only in > kernel include file linux/errno.h and not exported to userspace. > > EOPNOTSUPP (OP; double PP) is standard code 95 for reporting 'operation not > supported' available via kernel include file uapi/asm-

RE: [EXT] [PATCH] mwifiex: Fix reporting 'operation not supported' error code

2020-07-07 Thread Ganapathi Bhat
Hi Pali, > This patch fixes problem that mwifiex kernel driver sends to userspace > unsupported error codes like: "failed: -524 (No error information)". > After applying this patch userspace see: "failed: -95 (Not supported)". > OK, yes this was a mistake. Thank you for this change. Acked-by:

[PATCH] mwifiex: Fix reporting 'operation not supported' error code

2020-07-03 Thread Pali Rohár
ENOTSUPP (double PP) is internal linux kernel code 524 available only in kernel include file linux/errno.h and not exported to userspace. EOPNOTSUPP (OP; double PP) is standard code 95 for reporting 'operation not supported' available via kernel include file uapi/asm-generic/errno.h. ENOTSUP (sin