Re: [EXT] Re: [PATCH V2 3/6] mwifiex: support sysfs initiated device coredump

2018-05-23 Thread Kalle Valo
Ganapathi Bhat writes: > Hi Kalle, > >> Arend van Spriel writes: >> >> > On 5/23/2018 9:54 AM, Kalle Valo wrote: >> >> Ganapathi Bhat writes: >> >> >> >>> In V2: >> >>> >> >>> return ret; >> >>> } >> >>> +EXPORT_SYMBOL_GPL(mwifiex_send_cmd); >> >>> >> >>> Instead of exporting 'mwifie

RE: [EXT] Re: [PATCH V2 3/6] mwifiex: support sysfs initiated device coredump

2018-05-23 Thread Ganapathi Bhat
Hi Kalle, > Arend van Spriel writes: > > > On 5/23/2018 9:54 AM, Kalle Valo wrote: > >> Ganapathi Bhat writes: > >> > >>> In V2: > >>> > >>> return ret; > >>> } > >>> +EXPORT_SYMBOL_GPL(mwifiex_send_cmd); > >>> > >>> Instead of exporting 'mwifiex_send_cmd' we can prepare a wrapper for

Re: [EXT] Re: [PATCH V2 3/6] mwifiex: support sysfs initiated device coredump

2018-05-23 Thread Kalle Valo
Arend van Spriel writes: > On 5/23/2018 9:54 AM, Kalle Valo wrote: >> Ganapathi Bhat writes: >> >>> In V2: >>> >>> return ret; >>> } >>> +EXPORT_SYMBOL_GPL(mwifiex_send_cmd); >>> >>> Instead of exporting 'mwifiex_send_cmd' we can prepare a wrapper for >>> the command 'MWIFIEX_IFACE_WO

Re: [EXT] Re: [PATCH V2 3/6] mwifiex: support sysfs initiated device coredump

2018-05-23 Thread Arend van Spriel
On 5/23/2018 9:54 AM, Kalle Valo wrote: Ganapathi Bhat writes: In V2: return ret; } +EXPORT_SYMBOL_GPL(mwifiex_send_cmd); Instead of exporting 'mwifiex_send_cmd' we can prepare a wrapper for the command 'MWIFIEX_IFACE_WORK_DEVICE_DUMP' in mwifiex module. Let me know if we can send

Re: [EXT] Re: [PATCH V2 3/6] mwifiex: support sysfs initiated device coredump

2018-05-23 Thread Kalle Valo
Ganapathi Bhat writes: > In V2: > > return ret; > } > +EXPORT_SYMBOL_GPL(mwifiex_send_cmd); > > Instead of exporting 'mwifiex_send_cmd' we can prepare a wrapper for > the command 'MWIFIEX_IFACE_WORK_DEVICE_DUMP' in mwifiex module. Let me > know if we can send a follow up. So what's the

RE: [EXT] Re: [PATCH V2 3/6] mwifiex: support sysfs initiated device coredump

2018-05-21 Thread Ganapathi Bhat
Hi arend.vanspriel, > > -- > On 5/16/2018 3:50 PM, Kalle Valo wrote: > > Arend van Spriel writes: > > > >> Since commit 3c47d19ff4dc ("drivers: base: add coredump driver ops") > >> it is possible to initiate a device coredump from