mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
fix a bitmask in the ag71xx driver
SVN-Revision: 16658
This commit is contained in:
parent
d413a9639e
commit
0fd8d0fad8
@ -82,7 +82,7 @@ struct ag71xx_desc {
|
||||
u32 ctrl;
|
||||
#define DESC_EMPTY BIT(31)
|
||||
#define DESC_MORE BIT(24)
|
||||
#define DESC_PKTLEN_M 0x1fff
|
||||
#define DESC_PKTLEN_M 0xfff
|
||||
u32 next;
|
||||
u32 pad;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user