Re: [PATCH net-next] macsec: set network devtype

2016-09-09 Thread David Miller
From: Stephen Hemminger Date: Wed, 7 Sep 2016 14:07:32 -0700 > The netdevice type structure for macsec was being defined but never used. > To set the network device type the macro SET_NETDEV_DEVTYPE must be called. > Compile tested only, I don't use macsec. > > Signed-off-by: Stephen Hemminger

Re: [PATCH net-next] macsec: set network devtype

2016-09-09 Thread Sabrina Dubroca
2016-09-08, 17:24:07 -0700, David Miller wrote: > From: Stephen Hemminger > Date: Wed, 7 Sep 2016 14:07:32 -0700 > > > The netdevice type structure for macsec was being defined but never used. > > To set the network device type the macro SET_NETDEV_DEVTYPE must be called. > > Compile tested only,

Re: [PATCH net-next] macsec: set network devtype

2016-09-08 Thread David Miller
From: Stephen Hemminger Date: Wed, 7 Sep 2016 14:07:32 -0700 > The netdevice type structure for macsec was being defined but never used. > To set the network device type the macro SET_NETDEV_DEVTYPE must be called. > Compile tested only, I don't use macsec. > > Signed-off-by: Stephen Hemminger

[PATCH net-next] macsec: set network devtype

2016-09-07 Thread Stephen Hemminger
The netdevice type structure for macsec was being defined but never used. To set the network device type the macro SET_NETDEV_DEVTYPE must be called. Compile tested only, I don't use macsec. Signed-off-by: Stephen Hemminger --- a/drivers/net/macsec.c 2016-08-25 17:20:20.671031972 -0700 +++