Commit 8914ad3
committed
deepin: net: macb: use new bit for MACB_CAPS_SEL_CLK
deepin inclusion
category: bugfix
Use 0x1000 instead of 0x0800 for MACB_CAPS_SEL_CLK, 0x800 is used by MACB_CAPS_QUEUE_DISABLE,
which commit 2fd0bdd49e57 ("net: macb: queue tie-off or disable during WOL suspend") upstream.
Other, in linux-6.6.y not any config assign MACB_CAPS_QUEUE_DISABLE which is assign
in commit 3650a8c ("net: macb: Enable queue disable upstream").
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>1 parent 00f1374 commit 8914ad3
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
774 | 773 | | |
775 | 774 | | |
776 | | - | |
777 | 775 | | |
| 776 | + | |
778 | 777 | | |
779 | 778 | | |
780 | 779 | | |
| |||
0 commit comments