]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/atm/idt77252.h
atm: idt77252: Use generic SKB queue management instead of home-grown scheme.
[linux-2.6-omap-h63xx.git] / drivers / atm / idt77252.h
index e83eaf120da0f23f83bcf138503fda436e844a4c..5042bb2dab15d0d13b91a08f7acea412a71a2d6b 100644 (file)
@@ -173,10 +173,8 @@ struct scq_info
 };
 
 struct rx_pool {
-       struct sk_buff          *first;
-       struct sk_buff          **last;
+       struct sk_buff_head     queue;
        unsigned int            len;
-       unsigned int            count;
 };
 
 struct aal1 {