]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/bnx2.h
bnx2: remove skb_dma_map/unmap calls from driver
[net-next-2.6.git] / drivers / net / bnx2.h
index a4d83409f20555eb60c73e9d10ada9edd2a777b3..4908b9f74260e1746c933a988291bfa6f33723cf 100644 (file)
@@ -6559,6 +6559,7 @@ struct sw_pg {
 
 struct sw_tx_bd {
        struct sk_buff          *skb;
+       DECLARE_PCI_UNMAP_ADDR(mapping)
        unsigned short          is_gso;
        unsigned short          nr_frags;
 };