]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/r8169.c
Merge branch 'upstream-fixes'
[linux-2.6-omap-h63xx.git] / drivers / net / r8169.c
index 40c40eba258140506a64052a6cf638912a87715d..159b56a56ef49112fc5e58083c76a3066eb76958 100644 (file)
@@ -92,8 +92,7 @@ VERSION 2.2LK <2005/01/25>
 #endif /* RTL8169_DEBUG */
 
 #define R8169_MSG_DEFAULT \
-       (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK | NETIF_MSG_IFUP | \
-        NETIF_MSG_IFDOWN)
+       (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_IFUP | NETIF_MSG_IFDOWN)
 
 #define TX_BUFFS_AVAIL(tp) \
        (tp->dirty_tx + NUM_TX_DESC - tp->cur_tx - 1)