commit | 04453b6b241913f85af013eec187bab776428af5 | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@linux-mips.org> | Wed Nov 07 12:07:05 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 07 21:53:31 2018 -0800 |
tree | b9061369d81d455847276f30177353cb0eafea0b | |
parent | 5f5fae37dbcf37feae48c40d2580dbd67c5df131 [diff] |
FDDI: defza: Move SMT Tx data buffer declaration next to its skb Move the temporary data buffer used when tapping into the SMT Tx queue from the outer function level into the conditional block it's actually used in and its containing skb is also declared, making the structure of code better. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>