eth: hisilicon: hikey970: enable r8168 Ethernet driver for hikey970

This commit is contained in:
wanghaoxiang1
2018-02-13 15:05:04 +08:00
committed by Guodong Xu
parent 33bca63281
commit c2ddf9217f
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -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
-3
View File
@@ -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);