mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ena: Bump driver version to v2.8.1
Changes since 2.8.0: Bug Fixes: * Fix LLQ normal width misconfiguration * Check for errors when detaching children first, not last Minor Changes: * Remove \n from sysctl description Approved by: cperciva (mentor) Sponsored by: Amazon, Inc. Differential Revision: https://reviews.freebsd.org/D50041 (cherry picked from commit 59b30c1a864ee8a22c2e9912301cb88674f714c9)
This commit is contained in:
parent
3f4a674a8e
commit
a1685d2560
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
#define ENA_DRV_MODULE_VER_MAJOR 2
|
||||
#define ENA_DRV_MODULE_VER_MINOR 8
|
||||
#define ENA_DRV_MODULE_VER_SUBMINOR 0
|
||||
#define ENA_DRV_MODULE_VER_SUBMINOR 1
|
||||
|
||||
#define ENA_DRV_MODULE_NAME "ena"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue