[ar71xx] fix a bitmask in the ag71xx driver
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 2 Jul 2009 17:23:11 +0000 (17:23 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 2 Jul 2009 17:23:11 +0000 (17:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16658 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h

index 1d22453a977f52a9802f2794fbfecb881a193283..9037b13d743fdac34df27d5bc40db2bc022026d8 100644 (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;
 };