fix a bitmask in the ag71xx driver

SVN-Revision: 16658
v19.07.3_mercusys_ac12_duma
Gabor Juhos 15 years ago
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…
Cancel
Save