MAC addresses are 6 bytes actually, not that this is used anywhere
This commit is contained in:
parent
70c3cb7ebf
commit
b027bde26f
@ -52,7 +52,7 @@ mod ieee80211 {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct MacAddress([u8; 12]);
|
pub struct MacAddress([u8; 6]);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() -> Result<()> {
|
fn main() -> Result<()> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user