]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Rename struct efx_mcdi_phy_cfg to efx_mcdi_phy_data
authorBen Hutchings <bhutchings@solarflare.com>
Tue, 1 Jun 2010 11:17:06 +0000 (11:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jun 2010 09:21:05 +0000 (02:21 -0700)
commit6bafed2de08c9dc7dd02ccc3904cdc93d4ca8823
tree2a95968b2e5c18ad059541bb7823b5687a5d312c
parent425331d8c958e864d81658778adbb08e5a55d675
sfc: Rename struct efx_mcdi_phy_cfg to efx_mcdi_phy_data

Most of its members are constant capabilities, not configuration.  The
new name is also consistent with the name of the pointer to it in
struct efx_nic and the names of structures used by other PHY drivers.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sfc/mcdi_phy.c