commit | 1120c543842f7135defb623aa1b85547c21b9b4d | [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 | 76f53996d73ae99f70ddfa16f9ed0b7b3914aa50 [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>