]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe5dd79aa56963a1266d443cc5f267f3482887ea
tree096d1766d1edcf88205e30cd75509e318bc52b53
parent08a8d00d1d2777793c5f5944cda476ffe8247096
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