Re: for newbies, it would be useful to document values of netdev_state_t

2018-08-08 Thread Julian Wiedmann
On 08/04/2018 05:30 PM, Robert P. J. Day wrote: > > i'm sure this is second nature for the experts here, but in > netdevice.h: > > /* These flag bits are private to the generic network queueing > * layer; they may not be explicitly referenced by any other > * code. > */ > > enum

Re: for newbies, it would be useful to document values of netdev_state_t

2018-08-04 Thread Florian Fainelli
On 08/04/2018 08:30 AM, Robert P. J. Day wrote: > > i'm sure this is second nature for the experts here, but in > netdevice.h: > > /* These flag bits are private to the generic network queueing > * layer; they may not be explicitly referenced by any other > * code. > */ > > enum

for newbies, it would be useful to document values of netdev_state_t

2018-08-04 Thread Robert P. J. Day
i'm sure this is second nature for the experts here, but in netdevice.h: /* These flag bits are private to the generic network queueing * layer; they may not be explicitly referenced by any other * code. */ enum netdev_state_t { __LINK_STATE_START, __LINK_STATE_PRESENT,