fix a bitmask in the ag71xx driver
SVN-Revision: 16658
This commit is contained in:
parent
d413a9639e
commit
0fd8d0fad8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue