1 2 3 4 5 6 7 8 9
//! Runtime configuration types. //! //! Re-exports [`CsiConfig`] — the runtime-tunable Channel-State-Information //! collection settings (sub-carrier filtering, PHY-specific feature toggles, //! and packet-format selection). mod csi; pub use csi::CsiConfig;