Re: [PATCH net-next v3 4/4] net: qualcomm: rmnet: Implement fill_info

2018-03-16 Thread David Miller
From: Subash Abhinov Kasiviswanathan Date: Wed, 14 Mar 2018 13:01:04 -0600 > + if (nla_put_u16(skb, IFLA_VLAN_ID, priv->mux_id)) > + goto nla_put_failure; > + > + port = rmnet_get_port_rtnl(real_dev); > + > + f.flags = port->data_format; > +

[PATCH net-next v3 4/4] net: qualcomm: rmnet: Implement fill_info

2018-03-14 Thread Subash Abhinov Kasiviswanathan
This is needed to query the mux_id and flags of a rmnet device. Signed-off-by: Subash Abhinov Kasiviswanathan --- drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c | 30 ++ 1 file changed, 30 insertions(+) diff --git