| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0+ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * drivers/net/phy/et1011c.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 6 | 7 | * Author: Chaithrika U S |
|---|
| 7 | 8 | * |
|---|
| 8 | 9 | * Copyright (c) 2008 Texas Instruments |
|---|
| 9 | | - * |
|---|
| 10 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 11 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 12 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 13 | | - * option) any later version. |
|---|
| 14 | | - * |
|---|
| 15 | 10 | */ |
|---|
| 16 | 11 | #include <linux/kernel.h> |
|---|
| 17 | 12 | #include <linux/string.h> |
|---|
| .. | .. |
|---|
| 91 | 86 | .phy_id = 0x0282f014, |
|---|
| 92 | 87 | .name = "ET1011C", |
|---|
| 93 | 88 | .phy_id_mask = 0xfffffff0, |
|---|
| 94 | | - .features = (PHY_BASIC_FEATURES | SUPPORTED_1000baseT_Full), |
|---|
| 95 | | - .flags = PHY_POLL, |
|---|
| 89 | + /* PHY_GBIT_FEATURES */ |
|---|
| 96 | 90 | .config_aneg = et1011c_config_aneg, |
|---|
| 97 | 91 | .read_status = et1011c_read_status, |
|---|
| 98 | 92 | } }; |
|---|