From 1a9646497b163a8b9da5e70008d809dc91b32855 Mon Sep 17 00:00:00 2001 From: hayeswang Date: Mon, 1 Apr 2013 22:23:41 +0000 Subject: [PATCH] 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-format-patch failed