diff options
author | 2005-05-23 14:00:44 -0700 | |
---|---|---|
committer | 2005-05-23 14:00:44 -0700 | |
commit | d1faeaeb95a05275cf0c5b51b88f2fa833434625 (patch) | |
tree | c6f827347b3c6c28bc55a8eb1e62ea2659202cab | |
parent | [TG3]: Increase TEST_BUFFER_SIZE to 8K. (diff) | |
download | wireguard-linux-d1faeaeb95a05275cf0c5b51b88f2fa833434625.tar.xz wireguard-linux-d1faeaeb95a05275cf0c5b51b88f2fa833434625.zip |
[TG3]: Update driver version.
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/tg3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 2bb022ab6682..f10dd74988c4 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c @@ -61,7 +61,7 @@ #define DRV_MODULE_NAME "tg3" #define PFX DRV_MODULE_NAME ": " -#define DRV_MODULE_VERSION "3.28" +#define DRV_MODULE_VERSION "3.29" #define DRV_MODULE_RELDATE "May 23, 2005" #define TG3_DEF_MAC_MODE 0 |