[ar71xx] fix a bitmask in the ag71xx driver
[openwrt-10.03/.git] / 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;
 };