diff options
author | Santosh Rastapur <santosh@chelsio.com> | 2013-03-14 06:08:55 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-14 16:35:56 +0100 |
commit | 3a7f85540d171963691b1f6322cef835515e4698 (patch) | |
tree | 498bcdf4bffdb8ee3c25177395f12e89fe6d462e /drivers/net/ethernet/chelsio | |
parent | cxgb4: Add T5 PCI ids (diff) | |
download | linux-3a7f85540d171963691b1f6322cef835515e4698.tar.xz linux-3a7f85540d171963691b1f6322cef835515e4698.zip |
cxgb4: Update driver version and description
Signed-off-by: Santosh Rastapur <santosh@chelsio.com>
Signed-off-by: Vipul Pandya <vipul@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c index eceee44e44c2..c502e36ec269 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c @@ -68,8 +68,8 @@ #include "t4fw_api.h" #include "l2t.h" -#define DRV_VERSION "1.3.0-ko" -#define DRV_DESC "Chelsio T4 Network Driver" +#define DRV_VERSION "2.0.0-ko" +#define DRV_DESC "Chelsio T4/T5 Network Driver" /* * Max interrupt hold-off timer value in us. Queues fall back to this value |