Re: mwifiex: check for mfg_mode in add_virtual_intf

2017-09-20 Thread Kalle Valo
AP start problem for newly added > interface") > Signed-off-by: Ganapathi Bhat <gb...@marvell.com> > Reviewed-by: Brian Norris <briannor...@chromium.org> Patch applied to wireless-drivers-next.git, thanks. 26177d7f3969 mwifiex: check for mfg_mode in add_virtual_intf --

RE: [EXT] Re: [PATCH] mwifiex: check for mfg_mode in add_virtual_intf

2017-09-14 Thread Ganapathi Bhat
gt; Subject: [EXT] Re: [PATCH] mwifiex: check for mfg_mode in > add_virtual_intf > > External Email > > -- > Brian Norris <briannor...@chromium.org> writes: > > > Could have used a 'v2' in the subject

Re: [PATCH] mwifiex: check for mfg_mode in add_virtual_intf

2017-09-12 Thread Kalle Valo
Brian Norris writes: > Could have used a 'v2' in the subject, but hopefully that doesn't bother > Kalle too much. It does create more work for me when sorting patches so please always try include the version in the subject. But no need to resend. -- Kalle Valo

Re: [PATCH] mwifiex: check for mfg_mode in add_virtual_intf

2017-09-08 Thread Brian Norris
Hi, Could have used a 'v2' in the subject, but hopefully that doesn't bother Kalle too much. On Fri, Sep 08, 2017 at 02:02:43AM +0530, Ganapathi Bhat wrote: > If driver is loaded with 'mfg_mode' enabled, then the sending > commands are not allowed. So, skip sending commands, to firmware > in

RE: [EXT] Re: [PATCH] mwifiex: check for mfg_mode in add_virtual_intf

2017-09-07 Thread Ganapathi Bhat
Hi Brian, > > -- > On Thu, Aug 31, 2017 at 12:16:58AM +0530, Ganapathi Bhat wrote: > > If driver is loaded with 'mfg_mode' enabled, then the sending > commands > > are not allowed. So, when mwifiex_send_cmd fails in > >

[PATCH] mwifiex: check for mfg_mode in add_virtual_intf

2017-09-07 Thread Ganapathi Bhat
If driver is loaded with 'mfg_mode' enabled, then the sending commands are not allowed. So, skip sending commands, to firmware in mwifiex_add_virtual_intf if 'mfg_mode' is enabled. Fixes: 7311ea850079 ("mwifiex: fix AP start problem for newly added interface") Signed-off-by: Ganapathi Bhat

Re: [PATCH] mwifiex: check for mfg_mode in add_virtual_intf

2017-08-31 Thread Brian Norris
On Thu, Aug 31, 2017 at 12:16:58AM +0530, Ganapathi Bhat wrote: > If driver is loaded with 'mfg_mode' enabled, then the sending > commands are not allowed. So, when mwifiex_send_cmd fails in > mwifiex_add_virtual_intf, driver must check for 'mfg_mode' before > returning error. > > Fixes:

[PATCH] mwifiex: check for mfg_mode in add_virtual_intf

2017-08-30 Thread Ganapathi Bhat
If driver is loaded with 'mfg_mode' enabled, then the sending commands are not allowed. So, when mwifiex_send_cmd fails in mwifiex_add_virtual_intf, driver must check for 'mfg_mode' before returning error. Fixes: 7311ea850079 ("mwifiex: fix AP start problem for newly added interface")