staging: et131x: Remove struct tcb->flags
authorMark Einon <mark.einon@gmail.com>
Thu, 11 Sep 2014 21:59:43 +0000 (22:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Sep 2014 23:02:12 +0000 (16:02 -0700)
commit97cd38dc93838d6eef14f487dd85504ba429d36b
tree096d1766d1edcf88205e30cd75509e318bc52b53
parentf7cc9e0fd434cce2eb79e64048f03168f4cc8363
staging: et131x: Remove struct tcb->flags

'struct tcb' member 'flags' was only used to collect tx stats, now
we are no longer collecting those particular stats, we no longer
need tcb->flags or the code used to peek into the skb to set it's
value.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/et131x/et131x.c
This page took 0.026134 seconds and 5 git commands to generate.