Re: [RFT] brcmfmac: add support to move wiphy instance into network namespace

2017-03-17 Thread Mark Asselstine
On Friday, March 17, 2017 1:58:58 PM EDT Johannes Berg wrote: > > > I guess this is intended behavior? > > > > I had thought this was intended behavior as well but I see that a > > patch is already prepped and tested to make this not happen. At any > > rate it wasn't appearing to affect my

Re: [RFT] brcmfmac: add support to move wiphy instance into network namespace

2017-03-17 Thread Johannes Berg
> > I guess this is intended behavior? > > I had thought this was intended behavior as well but I see that a > patch is already prepped and tested to make this not happen. At any > rate it wasn't appearing to affect my usecase. I can't actually see how it'd affect any usecase, since you really

Re: [RFT] brcmfmac: add support to move wiphy instance into network namespace

2017-03-17 Thread Arend Van Spriel
On 17-3-2017 10:24, Johannes Berg wrote: > On Fri, 2017-03-17 at 10:06 +0100, Arend Van Spriel wrote: >> On 16-3-2017 22:51, Mark Asselstine wrote: >>> On Tuesday, March 14, 2017 9:51:52 PM EDT Arend van Spriel wrote: To support network namespace the driver must assure all created

Re: [RFT] brcmfmac: add support to move wiphy instance into network namespace

2017-03-17 Thread Arend Van Spriel
On 17-3-2017 10:24, Johannes Berg wrote: > On Fri, 2017-03-17 at 10:06 +0100, Arend Van Spriel wrote: >> On 16-3-2017 22:51, Mark Asselstine wrote: >>> On Tuesday, March 14, 2017 9:51:52 PM EDT Arend van Spriel wrote: To support network namespace the driver must assure all created

Re: [RFT] brcmfmac: add support to move wiphy instance into network namespace

2017-03-17 Thread Arend Van Spriel
On 17-3-2017 10:06, Arend Van Spriel wrote: > On 16-3-2017 22:51, Mark Asselstine wrote: >> On Tuesday, March 14, 2017 9:51:52 PM EDT Arend van Spriel wrote: >>> To support network namespace the driver must assure all created >>> network interfaces are in the same namespace as the wiphy instance.

Re: [RFT] brcmfmac: add support to move wiphy instance into network namespace

2017-03-17 Thread Johannes Berg
On Fri, 2017-03-17 at 10:06 +0100, Arend Van Spriel wrote: > On 16-3-2017 22:51, Mark Asselstine wrote: > > On Tuesday, March 14, 2017 9:51:52 PM EDT Arend van Spriel wrote: > > > To support network namespace the driver must assure all created > > > network interfaces are in the same namespace as

Re: [RFT] brcmfmac: add support to move wiphy instance into network namespace

2017-03-17 Thread Arend Van Spriel
On 16-3-2017 22:51, Mark Asselstine wrote: > On Tuesday, March 14, 2017 9:51:52 PM EDT Arend van Spriel wrote: >> To support network namespace the driver must assure all created >> network interfaces are in the same namespace as the wiphy instance. >> >> Reported-by: Mark Asselstine

Re: [RFT] brcmfmac: add support to move wiphy instance into network namespace

2017-03-17 Thread Arend Van Spriel
On 16-3-2017 22:51, Mark Asselstine wrote: > On Tuesday, March 14, 2017 9:51:52 PM EDT Arend van Spriel wrote: >> To support network namespace the driver must assure all created >> network interfaces are in the same namespace as the wiphy instance. >> >> Reported-by: Mark Asselstine

Re: [RFT] brcmfmac: add support to move wiphy instance into network namespace

2017-03-16 Thread Mark Asselstine
On Tuesday, March 14, 2017 9:51:52 PM EDT Arend van Spriel wrote: > To support network namespace the driver must assure all created > network interfaces are in the same namespace as the wiphy instance. > > Reported-by: Mark Asselstine > Signed-off-by: Arend van

Re: [RFT] brcmfmac: add support to move wiphy instance into network namespace

2017-03-15 Thread Arend Van Spriel
On 14-3-2017 23:19, Johannes Berg wrote: > On Tue, 2017-03-14 at 21:51 +, Arend van Spriel wrote: >> To support network namespace the driver must assure all created >> network interfaces are in the same namespace as the wiphy instance. > > FWIW, looks fine to me. Thanks. Any feedback is

Re: [RFT] brcmfmac: add support to move wiphy instance into network namespace

2017-03-14 Thread Johannes Berg
On Tue, 2017-03-14 at 21:51 +, Arend van Spriel wrote: > To support network namespace the driver must assure all created > network interfaces are in the same namespace as the wiphy instance. FWIW, looks fine to me. >   memcpy(ndev->dev_addr, ifp->mac_addr, ETH_ALEN); > + wiphy =

[RFT] brcmfmac: add support to move wiphy instance into network namespace

2017-03-14 Thread Arend van Spriel
To support network namespace the driver must assure all created network interfaces are in the same namespace as the wiphy instance. Reported-by: Mark Asselstine Signed-off-by: Arend van Spriel --- Hi Mark, Please check this patch. I