Commit 0a51f82e authored by Tero Pirkkanen's avatar Tero Pirkkanen Committed by David S. Miller

SunGEM:

- Call gem_init_pause_thresholds before gem_init_dma so
that rx_pause_{on,off} are ready in time.
parent cea778a5
......@@ -2126,9 +2126,9 @@ static void gem_init_hw(struct gem *gp, int restart_link)
*/
if (restart_link)
gem_init_phy(gp);
gem_init_pause_thresholds(gp);
gem_init_dma(gp);
gem_init_mac(gp);
gem_init_pause_thresholds(gp);
if (restart_link) {
/* Default aneg parameters */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment