commit | e677da9723ede30b3072f8b8e290e9d8daea8642 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Jan 11 22:41:20 2016 -0800 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Thu Jan 28 12:22:59 2016 -0600 |
tree | 768a8aa76476a5b3b604a41ad2c1c53a2637339f | |
parent | 362b123f473cbc72d43720f9245c68d174439310 [diff] |
net: tsec: Move rxbd and txbd to struct tsec_private rxbd and txbd are declared static with 8 byte alignment requirement, but they can be put into struct tsec_private as well and are natually aligned to 8 byte. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>