MAC addresses are 6 bytes actually, not that this is used anywhere

This commit is contained in:
osmarks 2021-04-17 21:50:15 +01:00
parent 70c3cb7ebf
commit b027bde26f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ mod ieee80211 {
})
}
pub struct MacAddress([u8; 12]);
pub struct MacAddress([u8; 6]);
}
fn main() -> Result<()> {