There is no reason not to allow printing the frame_len/COE value and put
that under a check for ETH_FRAME_LEN, drop it so we can see what the
descriptor reports.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
                        if (netif_msg_rx_status(priv)) {
                                netdev_dbg(priv->dev, "\tdesc: %p [entry %d] buff=0x%x\n",
                                           p, entry, des);
-                               if (frame_len > ETH_FRAME_LEN)
-                                       netdev_dbg(priv->dev, "frame size %d, COE: %d\n",
-                                                  frame_len, status);
+                               netdev_dbg(priv->dev, "frame size %d, COE: %d\n",
+                                          frame_len, status);
                        }
 
                        /* The zero-copy is always used for all the sizes