From f194ae1530386dab1f6d120ee9b53b5d5b32aa00 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Thu, 7 May 2026 20:54:41 +0100 Subject: [PATCH] fix: stabilize linux-kpi mac80211 tx stats layout Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- local/recipes/drivers/linux-kpi/source/src/rust_impl/mac80211.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/local/recipes/drivers/linux-kpi/source/src/rust_impl/mac80211.rs b/local/recipes/drivers/linux-kpi/source/src/rust_impl/mac80211.rs index cad2b41c6..9a4dd9608 100644 --- a/local/recipes/drivers/linux-kpi/source/src/rust_impl/mac80211.rs +++ b/local/recipes/drivers/linux-kpi/source/src/rust_impl/mac80211.rs @@ -30,6 +30,7 @@ struct StaRegistryEntry { state: u32, } +#[repr(C)] #[derive(Clone, Copy, Default)] pub struct TxStats { pub total: u64,