net/qede/base: update base driver version to 8.30.8.0
This patch updates the base driver version to 8.30.8.0. Signed-off-by: Rasesh Mody <rasesh.mody@cavium.com>
This commit is contained in:
parent
da4ff1c398
commit
17d207d5eb
@ -29,9 +29,9 @@
|
||||
#include "mcp_public.h"
|
||||
|
||||
#define ECORE_MAJOR_VERSION 8
|
||||
#define ECORE_MINOR_VERSION 18
|
||||
#define ECORE_REVISION_VERSION 7
|
||||
#define ECORE_ENGINEERING_VERSION 1
|
||||
#define ECORE_MINOR_VERSION 30
|
||||
#define ECORE_REVISION_VERSION 8
|
||||
#define ECORE_ENGINEERING_VERSION 0
|
||||
|
||||
#define ECORE_VERSION \
|
||||
((ECORE_MAJOR_VERSION << 24) | (ECORE_MINOR_VERSION << 16) | \
|
||||
|
Loading…
Reference in New Issue
Block a user