firmware: convert tg3 driver to request_firmware()
[linux-flexiantxendom0-natty.git] / drivers / net / tg3.h
index 8936edf..ae5da60 100644 (file)
@@ -2762,6 +2762,10 @@ struct tg3 {
 #define SST_25VF0X0_PAGE_SIZE          4098
 
        struct ethtool_coalesce         coal;
+
+       /* firmware info */
+       const struct firmware           *fw;
+       u32                             fw_len; /* includes BSS */
 };
 
 #endif /* !(_T3_H) */