summaryrefslogtreecommitdiff
path: root/net/bridge
diff options
context:
space:
mode:
authorhayeswang <hayeswang@realtek.com>2016-06-13 17:49:36 +0800
committerDavid S. Miller <davem@davemloft.net>2016-06-14 22:37:48 -0700
commita028a9e003f299cf427d98501861bbbb4f5ba7a5 (patch)
tree9c9470acc64f7160b5cc00fdf43a645367e9de63 /net/bridge
parente8eb36cd8ca93f52f738c6087073202c44ac7746 (diff)
r8152: move the settings of PHY to a work queue
Move the settings of PHY to a work queue and schedule it after rtl_ops.init(). There are some reasons for this. First, the settings are only needed for the first time initialization or after the power down occurs. Second, the settings are independent with the others. Last, the settings may take more time than the others. Leave they in probe() or open() may delay the following flows. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge')
0 files changed, 0 insertions, 0 deletions