[ar71xx] fix a bitmask in the ag71xx driver
[openwrt.git] / target / linux / ar71xx / files / drivers / net / ag71xx / ag71xx.h
index 1d22453..9037b13 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;
 };
This page took 0.024392 seconds and 4 git commands to generate.