From 890e1df1bec891d9203724541e81f8fbe5183388 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 19 Feb 2024 01:57:06 +0000
Subject: [PATCH] default settings GPIO PA4 PA6 PA3 PB5
---
kernel/include/uapi/linux/gen_stats.h | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/kernel/include/uapi/linux/gen_stats.h b/kernel/include/uapi/linux/gen_stats.h
index 24a861c..852f234 100644
--- a/kernel/include/uapi/linux/gen_stats.h
+++ b/kernel/include/uapi/linux/gen_stats.h
@@ -12,6 +12,8 @@
TCA_STATS_APP,
TCA_STATS_RATE_EST64,
TCA_STATS_PAD,
+ TCA_STATS_BASIC_HW,
+ TCA_STATS_PKT64,
__TCA_STATS_MAX,
};
#define TCA_STATS_MAX (__TCA_STATS_MAX - 1)
@@ -25,10 +27,6 @@
__u64 bytes;
__u32 packets;
};
-struct gnet_stats_basic_packed {
- __u64 bytes;
- __u32 packets;
-} __attribute__ ((packed));
/**
* struct gnet_stats_rate_est - rate estimator
--
Gitblit v1.6.2