eth: hisilicon: hikey970: enable r8168 Ethernet driver for hikey970
This commit is contained in:
committed by
Guodong Xu
parent
33bca63281
commit
c2ddf9217f
@@ -296,7 +296,7 @@ CONFIG_E1000E=y
|
||||
CONFIG_IGB=y
|
||||
CONFIG_IGBVF=y
|
||||
CONFIG_SKY2=y
|
||||
# CONFIG_R8168 is not set
|
||||
CONFIG_R8168=y
|
||||
CONFIG_RAVB=y
|
||||
CONFIG_SMC91X=y
|
||||
CONFIG_SMSC911X=y
|
||||
|
||||
@@ -25238,11 +25238,8 @@ static int rtl8168_open(struct net_device *dev)
|
||||
if (retval<0)
|
||||
goto err_free_all_allocated_mem;
|
||||
|
||||
#if 0 /* Resolve No buff space available */
|
||||
if (tp->esd_flag == 0)
|
||||
rtl8168_request_esd_timer(dev);
|
||||
#endif
|
||||
tp->esd_flag = 0;
|
||||
|
||||
rtl8168_request_link_timer(dev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user