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
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,
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
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
+++