sh_eth: fix *enum* {A|M}PR_BIT
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Tue, 26 Jun 2018 15:42:33 +0000 (18:42 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2018 07:02:04 +0000 (16:02 +0900)
commit782e85c5f7aee0294cefb52a190b05e082c178d5
tree401a187ebb0f12d342af085d5a563dd0fd8fb838
parent5092ad4dd52dddc9957ebb8adde99f7a22c29f6a
sh_eth: fix *enum* {A|M}PR_BIT

The *enum* {A|M}PR_BIT were declared in the commit 86a74ff21a7a ("net:
sh_eth: add support for  Renesas SuperH Ethernet") adding SH771x support,
however the SH771x manual  doesn't have the APR/MPR registers described
and the code writing to them for SH7710 was later removed by the commit
380af9e390ec ("net: sh_eth: CPU dependency code collect to "struct
sh_eth_cpu_data""). All the newer SoC manuals have these registers
documented as having a 16-bit TIME parameter of the PAUSE frame, not
1-bit -- update the *enum* accordingly, fixing up the APR/MPR writes...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c
drivers/net/ethernet/renesas/sh_eth.h