[ar71xx] fix a bitmask in the ag71xx driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16658 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2009-07-02 17:23:11 +00:00
parent 8dc56662d4
commit 8f7326831c
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;
};