mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 00:45:28 +00:00
ag71xx driver: descriptors always aligned on 4 byte boundary
SVN-Revision: 16818
This commit is contained in:
parent
10357fc180
commit
b1f5f1d3b0
@ -85,7 +85,7 @@ struct ag71xx_desc {
|
|||||||
#define DESC_PKTLEN_M 0xfff
|
#define DESC_PKTLEN_M 0xfff
|
||||||
u32 next;
|
u32 next;
|
||||||
u32 pad;
|
u32 pad;
|
||||||
};
|
} __attribute__((aligned(4)));
|
||||||
|
|
||||||
struct ag71xx_buf {
|
struct ag71xx_buf {
|
||||||
struct sk_buff *skb;
|
struct sk_buff *skb;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user