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:
58894d5
)
net: ena: increase ena driver version to 1.3.0
author
Netanel Belgazal
<
[email protected]
>
Tue, 17 Oct 2017 07:34:01 +0000
(07:34 +0000)
committer
David S. Miller
<
[email protected]
>
Thu, 19 Oct 2017 11:51:37 +0000
(12:51 +0100)
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 eafc5774dd499734bcf9a58766d6e6e20a4adee1..ed8bd0a579c4a2e8b93726a19642f31f7d21cc5f 100644
(file)
--- a/
drivers/net/ethernet/amazon/ena/ena_netdev.h
+++ b/
drivers/net/ethernet/amazon/ena/ena_netdev.h
@@
-44,7
+44,7
@@
#include "ena_eth_com.h"
#define DRV_MODULE_VER_MAJOR 1
-#define DRV_MODULE_VER_MINOR
2
+#define DRV_MODULE_VER_MINOR
3
#define DRV_MODULE_VER_SUBMINOR 0
#define DRV_MODULE_NAME "ena"
@@
-52,7
+52,7
@@
#define DRV_MODULE_VERSION \
__stringify(DRV_MODULE_VER_MAJOR) "." \
__stringify(DRV_MODULE_VER_MINOR) "." \
- __stringify(DRV_MODULE_VER_SUBMINOR) "
k
"
+ __stringify(DRV_MODULE_VER_SUBMINOR) "
K
"
#endif
#define DEVICE_NAME "Elastic Network Adapter (ENA)"