Skip to content

Commit

Permalink
net: ena: update ena driver to version 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Netanel Belgazal <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
NetanelBelgazal authored and davem330 committed Jun 23, 2017
1 parent 11a9a46 commit 8523899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/net/ethernet/amazon/ena/ena_netdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
#include "ena_eth_com.h"

#define DRV_MODULE_VER_MAJOR 1
#define DRV_MODULE_VER_MINOR 1
#define DRV_MODULE_VER_SUBMINOR 7
#define DRV_MODULE_VER_MINOR 2
#define DRV_MODULE_VER_SUBMINOR 0

#define DRV_MODULE_NAME "ena"
#ifndef DRV_MODULE_VERSION
#define DRV_MODULE_VERSION \
__stringify(DRV_MODULE_VER_MAJOR) "." \
__stringify(DRV_MODULE_VER_MINOR) "." \
__stringify(DRV_MODULE_VER_SUBMINOR)
__stringify(DRV_MODULE_VER_SUBMINOR) "k"
#endif

#define DEVICE_NAME "Elastic Network Adapter (ENA)"
Expand Down

0 comments on commit 8523899

Please sign in to comment.