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