mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-12-25 01:21:34 +00:00
Delete duplicate
This commit is contained in:
parent
dd583d2f23
commit
3e2d1b55c5
@ -1627,7 +1627,7 @@ static __always_inline int is_broadcast_mac_addr(const u8 *addr)
|
||||
(addr[3] == 0xff) && (addr[4] == 0xff) && (addr[5] == 0xff));
|
||||
}
|
||||
|
||||
static __always_inline __inline int is_zero_mac_addr(const u8 *addr)
|
||||
static __always_inline int is_zero_mac_addr(const u8 *addr)
|
||||
{
|
||||
return ((addr[0] == 0x00) && (addr[1] == 0x00) && (addr[2] == 0x00) && \
|
||||
(addr[3] == 0x00) && (addr[4] == 0x00) && (addr[5] == 0x00));
|
||||
|
Loading…
Reference in New Issue
Block a user