fix: stabilize linux-kpi mac80211 tx stats layout

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-05-07 20:54:41 +01:00
parent dc4e0f976c
commit f194ae1530
@@ -30,6 +30,7 @@ struct StaRegistryEntry {
state: u32,
}
#[repr(C)]
#[derive(Clone, Copy, Default)]
pub struct TxStats {
pub total: u64,