Skip to content

Commit

Permalink
Expose Nl80211RateInfo
Browse files Browse the repository at this point in the history
Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Sep 21, 2024
1 parent 7bd1fef commit c8e5e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ pub use self::iface::{
pub use self::message::{Nl80211Cmd, Nl80211Message};
pub use self::mlo::Nl80211MloLink;
pub use self::station::{
Nl80211StationGetRequest, Nl80211StationHandle, Nl80211StationInfo,
Nl80211RateInfo, Nl80211StationGetRequest, Nl80211StationHandle,
Nl80211StationInfo,
};
pub use self::stats::{
NestedNl80211TidStats, Nl80211TidStats, Nl80211TransmitQueueStat,
Expand Down

0 comments on commit c8e5e05

Please sign in to comment.