]> err.no Git - linux-2.6/blobdiff - drivers/net/via-velocity.h
ath5k: Misc hw_attach fixes
[linux-2.6] / drivers / net / via-velocity.h
index 7387be4f428d66aa1ea29324c718e498303b25d9..86446147284c7a6e042b078a72e5123fc3190157 100644 (file)
@@ -236,10 +236,8 @@ struct velocity_rd_info {
 
 struct velocity_td_info {
        struct sk_buff *skb;
-       u8 *buf;
        int nskb_dma;
        dma_addr_t skb_dma[7];
-       dma_addr_t buf_dma;
 };
 
 enum  velocity_owner {
@@ -1506,9 +1504,6 @@ struct velocity_info {
        dma_addr_t rd_pool_dma;
        dma_addr_t td_pool_dma[TX_QUEUE_NO];
 
-       dma_addr_t tx_bufs_dma;
-       u8 *tx_bufs;
-
        struct vlan_group    *vlgrp;
        u8 ip_addr[4];
        enum chip_type chip_id;