commit | 13602c9d20cda52f84c193bd669174ce338a841b | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Wed Dec 18 14:24:47 2019 +0100 |
committer | Felix Fietkau <nbd@nbd.name> | Fri Feb 14 10:06:06 2020 +0100 |
tree | 4faaf87ea0998e8f023db2960487d3f4b98ddc09 | |
parent | cd82b0e0ca712e11a831004cda038a246f25cd68 [diff] |
mt76: mt7615: add __aligned(4) to txp structs The beginning of the struct is guaranteed to be 4-byte aligned, and this attribute allows the compiler to generate more efficient code Signed-off-by: Felix Fietkau <nbd@nbd.name>