Network: Moved NintendoOUI initalization to RoomMember constructor
This commit is contained in:
parent
f2f39102fa
commit
718423e506
2 changed files with 4 additions and 3 deletions
|
@ -24,7 +24,7 @@ struct RoomInformation {
|
|||
using MacAddress = std::array<u8, 6>;
|
||||
/// A special MAC address that tells the room we're joining to assign us a MAC address
|
||||
/// automatically.
|
||||
const MacAddress NoPreferredMac = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
|
||||
constexpr MacAddress NoPreferredMac = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
|
||||
|
||||
// 802.11 broadcast MAC address
|
||||
constexpr MacAddress BroadcastMac = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue