fix a bitmask in the ag71xx driver
authorGabor Juhos <juhosg@openwrt.org>
Thu, 2 Jul 2009 17:23:11 +0000 (17:23 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 2 Jul 2009 17:23:11 +0000 (17:23 +0000)
SVN-Revision: 16658

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