Loading drivers/net/usb/ax88179_178a.c +3 −3 Original line number Diff line number Diff line /* * ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet Devices * * Copyright (C) 2011-2013 ASIX * Copyright (C) 2011-2014 ASIX * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License Loading Loading @@ -36,8 +36,8 @@ #define AX_RXHDR_L4_TYPE_TCP 16 #define AX_RXHDR_L3CSUM_ERR 2 #define AX_RXHDR_L4CSUM_ERR 1 #define AX_RXHDR_CRC_ERR ((u32)BIT(31)) #define AX_RXHDR_DROP_ERR ((u32)BIT(30)) #define AX_RXHDR_CRC_ERR ((u32)BIT(29)) #define AX_RXHDR_DROP_ERR ((u32)BIT(31)) #define AX_ACCESS_MAC 0x01 #define AX_ACCESS_PHY 0x02 #define AX_ACCESS_EEPROM 0x04 Loading Loading
drivers/net/usb/ax88179_178a.c +3 −3 Original line number Diff line number Diff line /* * ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet Devices * * Copyright (C) 2011-2013 ASIX * Copyright (C) 2011-2014 ASIX * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License Loading Loading @@ -36,8 +36,8 @@ #define AX_RXHDR_L4_TYPE_TCP 16 #define AX_RXHDR_L3CSUM_ERR 2 #define AX_RXHDR_L4CSUM_ERR 1 #define AX_RXHDR_CRC_ERR ((u32)BIT(31)) #define AX_RXHDR_DROP_ERR ((u32)BIT(30)) #define AX_RXHDR_CRC_ERR ((u32)BIT(29)) #define AX_RXHDR_DROP_ERR ((u32)BIT(31)) #define AX_ACCESS_MAC 0x01 #define AX_ACCESS_PHY 0x02 #define AX_ACCESS_EEPROM 0x04 Loading