]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/tg3.h
strict_strto* is not strict enough
[linux-2.6-omap-h63xx.git] / drivers / net / tg3.h
index 8936edfb0438c992c6cf7ceeb8d6880aa0fa98fe..ae5da603c6af0e8c0f24149766fa19f6a9119667 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) */