mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-10-19 17:11:09 +02:00
fix compiling warning on kernel 4.1.0
This commit is contained in:
@@ -428,7 +428,7 @@ enum WIFI_REG_DOMAIN {
|
||||
(addr[4] == 0xff) && (addr[5] == 0xff) ) ? _TRUE : _FALSE \
|
||||
)
|
||||
|
||||
__inline static int IS_MCAST(unsigned char *da)
|
||||
__inline static int IS_MCAST(const unsigned char *da)
|
||||
{
|
||||
if ((*da) & 0x01)
|
||||
return _TRUE;
|
||||
|
Reference in New Issue
Block a user