We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cea9a commit ccc8cc5Copy full SHA for ccc8cc5
drivers/net/phy/microchip_t1.c
@@ -501,14 +501,10 @@ static struct phy_driver microchip_t1_phy_driver[] = {
501
PHY_ID_MATCH_MODEL(PHY_ID_LAN87XX),
502
.name = "Microchip LAN87xx T1",
503
.flags = PHY_POLL_CABLE_TEST,
504
-
505
.features = PHY_BASIC_T1_FEATURES,
506
507
.config_init = lan87xx_config_init,
508
509
.config_intr = lan87xx_phy_config_intr,
510
.handle_interrupt = lan87xx_handle_interrupt,
511
512
.suspend = genphy_suspend,
513
.resume = genphy_resume,
514
.cable_test_start = lan87xx_cable_test_start,
0 commit comments