X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fbridge%2Fbr_forward.c;h=512645727f51765e6ce3958b6da4e0c4a2f63ffc;hb=0b040829952d84bf2a62526f0e24b624e0699447;hp=bdd7c35c3c7ba870a618f359733a19197e61e758;hpb=a2883dfa2e4a94b24109b2bfe735561e50cc44b4;p=linux-2.6 diff --git a/net/bridge/br_forward.c b/net/bridge/br_forward.c index bdd7c35c3c..512645727f 100644 --- a/net/bridge/br_forward.c +++ b/net/bridge/br_forward.c @@ -5,8 +5,6 @@ * Authors: * Lennert Buytenhek * - * $Id: br_forward.c,v 1.4 2001/08/14 22:05:57 davem Exp $ - * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version @@ -115,7 +113,7 @@ static void br_flood(struct net_bridge *br, struct sk_buff *skb, struct sk_buff *skb2; if ((skb2 = skb_clone(skb, GFP_ATOMIC)) == NULL) { - br->statistics.tx_dropped++; + br->dev->stats.tx_dropped++; kfree_skb(skb); return; }