projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a9a46
)
net: ena: update ena driver to version 1.2.0
author
Netanel Belgazal
<
[email protected]
>
Fri, 23 Jun 2017 08:22:00 +0000
(11:22 +0300)
committer
David S. Miller
<
[email protected]
>
Fri, 23 Jun 2017 18:15:11 +0000
(14:15 -0400)
Signed-off-by: Netanel Belgazal <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/amazon/ena/ena_netdev.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/amazon/ena/ena_netdev.h
b/drivers/net/ethernet/amazon/ena/ena_netdev.h
index 86b0f0dbae65a54f27d65dc3dbb9cb986be3589e..29bb5704260bc09b0356b98ad8860d1a6c43b415 100644
(file)
--- a/
drivers/net/ethernet/amazon/ena/ena_netdev.h
+++ b/
drivers/net/ethernet/amazon/ena/ena_netdev.h
@@
-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)"