mirror of
https://github.com/AuxXxilium/synology-igc.git
synced 2024-11-23 23:11:07 +07:00
update README.md
Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
parent
cff30ffcfe
commit
76c8e63747
@ -66,7 +66,11 @@ ip link set up eth1 # in my machine, the nic name is eth1
|
||||
|
||||
### 1.2.1
|
||||
|
||||
_Date 2022.11.03_
|
||||
|
||||
* igc: Fix BUG: scheduling while atomic
|
||||
* igc: Add new device ID I226_LMVP
|
||||
* igc: Fix suspending when PTM is active
|
||||
|
||||
### 1.2.0
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "backport_overflow.h"
|
||||
|
||||
#define DRV_SUMMARY "Intel(R) 2.5G Ethernet Linux Driver"
|
||||
#define DRV_VERSION "1.2.0"
|
||||
#define DRV_VERSION "1.2.1"
|
||||
|
||||
#define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user