Re: [PATCH 1/1] net: usb: qmi_wwan: allow qmimux add/del with master up

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 14:15:13 +0100 you wrote: > There's no reason for preventing the creation and removal > of qmimux network interfaces when the underlying interface > is up. > > This makes qmi_wwan mux implementation more sim

Re: [PATCH 1/1] net: usb: qmi_wwan: allow qmimux add/del with master up

2021-03-04 Thread Bjørn Mork
Daniele Palmas writes: > There's no reason for preventing the creation and removal > of qmimux network interfaces when the underlying interface > is up. > > This makes qmi_wwan mux implementation more similar to the > rmnet one, simplifying userspace management of the same > logical interfaces. >

[PATCH 1/1] net: usb: qmi_wwan: allow qmimux add/del with master up

2021-03-04 Thread Daniele Palmas
There's no reason for preventing the creation and removal of qmimux network interfaces when the underlying interface is up. This makes qmi_wwan mux implementation more similar to the rmnet one, simplifying userspace management of the same logical interfaces. Fixes: c6adf77953bc ("net: usb: qmi_ww