From: hayeswang Date: Mon, 1 Apr 2013 22:23:41 +0000 (+0000) Subject: r8169: adjust the flow of hw_start X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~228 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9646497b163a8b9da5e70008d809dc91b32855;p=pandora-kernel.git r8169: adjust the flow of hw_start The suggestion as following: - initial settings or default settings - rtl_hw_start_xxx. rtl_hw_start_xxx may change some default settings. - enable tx/rx. This has to be after the above two steps. - rtl_set_rx_mode. AcceptXXXs have to be enabled after enabling tx/rx. Signed-off-by: Hayes Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed