Re: [PATCH net] r8152: disable ALDPS

2014-09-22 Thread David Miller
From: Hayes Wang Date: Fri, 19 Sep 2014 15:17:18 +0800 > If the hw is in ALDPS mode, the hw may have no response for accessing > the most registers. Therefore, the ALDPS should be disabled before > accessing the hw in rtl_ops.init(), rtl_ops.disable(), rtl_ops.up(), > and rtl_ops.down(). Regardle

[PATCH net] r8152: disable ALDPS

2014-09-19 Thread Hayes Wang
If the hw is in ALDPS mode, the hw may have no response for accessing the most registers. Therefore, the ALDPS should be disabled before accessing the hw in rtl_ops.init(), rtl_ops.disable(), rtl_ops.up(), and rtl_ops.down(). Regardless of rtl_ops.enable(), because the hw wouldn't enter ALDPS mode