commit | 75d8626fdd172745ebb638c2bf5138071e67a818 | [log] [tgz] |
---|---|---|
author | Divy Le Ray <divy@chelsio.com> | Sun Feb 25 16:32:37 2007 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Feb 27 04:27:12 2007 -0500 |
tree | 20884a09931c9d2261b5be68161cdce698d0b894 | |
parent | 1825494a7ec6c0fed0a7dfb1646e84402979743e [diff] [blame] |
cxgb3 - FW version update Update FW version to 3.2 Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
diff --git a/drivers/net/cxgb3/version.h b/drivers/net/cxgb3/version.h index 2b67dd5..782a6cf 100644 --- a/drivers/net/cxgb3/version.h +++ b/drivers/net/cxgb3/version.h
@@ -36,4 +36,6 @@ #define DRV_NAME "cxgb3" /* Driver version */ #define DRV_VERSION "1.0" +#define FW_VERSION_MAJOR 3 +#define FW_VERSION_MINOR 2 #endif /* __CHELSIO_VERSION_H */