Skip to content

Commit

Permalink
drivers: net: phy: at803x: Add missing mdio device id
Browse files Browse the repository at this point in the history
at803x supports Atheros 8030, 8031 and 8035 PHYs. 8031 was missing from
the mdio device id table.

Signed-off-by: Helmut Schaa <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
helmut-jacob authored and davem330 committed Jul 11, 2013
1 parent afc154e commit ce9a1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/phy/at803x.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ module_exit(atheros_exit);

static struct mdio_device_id __maybe_unused atheros_tbl[] = {
{ 0x004dd076, 0xffffffef },
{ 0x004dd074, 0xffffffef },
{ 0x004dd072, 0xffffffef },
{ }
};
Expand Down

0 comments on commit ce9a1bf

Please sign in to comment.