diff --git a/CHANGELOG b/CHANGELOG index 3fb06a8..b41b0a5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v2.1.1 + Fix support for kernels <5.12 + Tested on 5.4.0 + v2.1.0 Implement proper functionality for echoing transmits Transmit errors are now reported properly diff --git a/intrepid.c b/intrepid.c index e878d12..6d6b3bf 100644 --- a/intrepid.c +++ b/intrepid.c @@ -57,7 +57,7 @@ #define KO_DESC "Netdevice driver for Intrepid CAN/Ethernet devices" #define KO_MAJOR 2 #define KO_MINOR 1 -#define KO_PATCH 0 +#define KO_PATCH 1 #define KO_VERSION str(KO_MAJOR) "." str(KO_MINOR) "." str(KO_PATCH) #define KO_VERSION_INT (KO_MAJOR << 16) | (KO_MINOR << 8) | KO_PATCH