fix a bitmask in the ag71xx driver

SVN-Revision: 16658
lede-17.01
Gabor Juhos 2009-07-02 17:23:11 +00:00
parent d413a9639e
commit 0fd8d0fad8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};