Re: [PATCH] mwifiex: add device specific ioctl handler

2017-09-22 Thread kbuild test robot
Hi Xinming, [auto build test ERROR on wireless-drivers-next/master] [also build test ERROR on v4.14-rc1 next-20170922] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] mwifiex: add device specific ioctl handler

2017-09-22 Thread kbuild test robot
Hi Xinming, [auto build test ERROR on wireless-drivers-next/master] [also build test ERROR on v4.14-rc1 next-20170922] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] mwifiex: add device specific ioctl handler

2017-09-20 Thread Kalle Valo
Xinming Hu writes: >> You could look at >> nl80211 vendor commands, but that is also under scrutiny if common wifi >> functionality is provided by it. I am pretty sure Kalle has his ideas about >> this :-) >> > > Yes, the new utility should use nl80211 interface. > But we

Re: [PATCH] mwifiex: add device specific ioctl handler

2017-09-20 Thread Kalle Valo
Arend van Spriel writes: > On 9/20/2017 8:44 AM, Xinming Hu wrote: >> From: Xinming Hu >> >> Add net_dev ndo_do_ioctl handler, which could be used for >> downloading host command by utility in manufactory test > > Not sure if we want ioctls in

Re: Re: [PATCH] mwifiex: add device specific ioctl handler

2017-09-20 Thread Xinming Hu
ian Norris > <briannor...@google.com>; Dmitry Torokhov <d...@google.com>; > raja...@google.com; Zhiyuan Yang <yan...@marvell.com>; Tim Song > <song...@marvell.com>; Cathy Luo <c...@marvell.com>; Ganapathi Bhat > <gb...@marvell.com>; Xinming Hu <h.

RE: [EXT] Re: [PATCH] mwifiex: add device specific ioctl handler

2017-09-20 Thread Xinming Hu
ris <briannor...@google.com>; Dmitry > Torokhov <d...@google.com>; raja...@google.com; Zhiyuan Yang > <yan...@marvell.com>; Tim Song <song...@marvell.com>; Cathy Luo > <c...@marvell.com>; Ganapathi Bhat <gb...@marvell.com>; Xinming Hu > <h...@marvell.com

Re: [PATCH] mwifiex: add device specific ioctl handler

2017-09-20 Thread Arend van Spriel
On 9/20/2017 8:44 AM, Xinming Hu wrote: From: Xinming Hu Add net_dev ndo_do_ioctl handler, which could be used for downloading host command by utility in manufactory test Not sure if we want ioctls in upstream wireless drivers. You could look at nl80211 vendor commands,

Re: [PATCH] mwifiex: add device specific ioctl handler

2017-09-20 Thread Souptick Joarder
On Wed, Sep 20, 2017 at 12:14 PM, Xinming Hu wrote: > From: Xinming Hu > > Add net_dev ndo_do_ioctl handler, which could be used for > downloading host command by utility in manufactory test > > Signed-off-by: Xinming Hu >