mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bnxt_en: Driver version update to 230.0.133.0
Reviewed by: imp Approved by: imp Differential revision: https://reviews.freebsd.org/D45010 (cherry picked from commit 862af86f4b7d2aec0623d19796e79cf96b4c7af6)
This commit is contained in:
parent
7f352c7d5f
commit
7a63abf952
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ static driver_t bnxt_iflib_driver = {
|
|||
* iflib shared context
|
||||
*/
|
||||
|
||||
#define BNXT_DRIVER_VERSION "2.20.0.1"
|
||||
#define BNXT_DRIVER_VERSION "230.0.133.0"
|
||||
const char bnxt_driver_version[] = BNXT_DRIVER_VERSION;
|
||||
extern struct if_txrx bnxt_txrx;
|
||||
static struct if_shared_ctx bnxt_sctx_init = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue