@@ -156,8 +156,8 @@ static struct phy_driver aqr_driver[] = {
156
156
{
157
157
PHY_ID_MATCH_MODEL (PHY_ID_AQ1202 ),
158
158
.name = "Aquantia AQ1202" ,
159
- .features = PHY_10GBIT_FULL_FEATURES ,
160
159
.aneg_done = genphy_c45_aneg_done ,
160
+ .get_features = genphy_c45_pma_read_abilities ,
161
161
.config_aneg = aqr_config_aneg ,
162
162
.config_intr = aqr_config_intr ,
163
163
.ack_interrupt = aqr_ack_interrupt ,
@@ -166,8 +166,8 @@ static struct phy_driver aqr_driver[] = {
166
166
{
167
167
PHY_ID_MATCH_MODEL (PHY_ID_AQ2104 ),
168
168
.name = "Aquantia AQ2104" ,
169
- .features = PHY_10GBIT_FULL_FEATURES ,
170
169
.aneg_done = genphy_c45_aneg_done ,
170
+ .get_features = genphy_c45_pma_read_abilities ,
171
171
.config_aneg = aqr_config_aneg ,
172
172
.config_intr = aqr_config_intr ,
173
173
.ack_interrupt = aqr_ack_interrupt ,
@@ -176,8 +176,8 @@ static struct phy_driver aqr_driver[] = {
176
176
{
177
177
PHY_ID_MATCH_MODEL (PHY_ID_AQR105 ),
178
178
.name = "Aquantia AQR105" ,
179
- .features = PHY_10GBIT_FULL_FEATURES ,
180
179
.aneg_done = genphy_c45_aneg_done ,
180
+ .get_features = genphy_c45_pma_read_abilities ,
181
181
.config_aneg = aqr_config_aneg ,
182
182
.config_intr = aqr_config_intr ,
183
183
.ack_interrupt = aqr_ack_interrupt ,
@@ -186,8 +186,8 @@ static struct phy_driver aqr_driver[] = {
186
186
{
187
187
PHY_ID_MATCH_MODEL (PHY_ID_AQR106 ),
188
188
.name = "Aquantia AQR106" ,
189
- .features = PHY_10GBIT_FULL_FEATURES ,
190
189
.aneg_done = genphy_c45_aneg_done ,
190
+ .get_features = genphy_c45_pma_read_abilities ,
191
191
.config_aneg = aqr_config_aneg ,
192
192
.config_intr = aqr_config_intr ,
193
193
.ack_interrupt = aqr_ack_interrupt ,
@@ -196,8 +196,8 @@ static struct phy_driver aqr_driver[] = {
196
196
{
197
197
PHY_ID_MATCH_MODEL (PHY_ID_AQR107 ),
198
198
.name = "Aquantia AQR107" ,
199
- .features = PHY_10GBIT_FULL_FEATURES ,
200
199
.aneg_done = genphy_c45_aneg_done ,
200
+ .get_features = genphy_c45_pma_read_abilities ,
201
201
.config_aneg = aqr_config_aneg ,
202
202
.config_intr = aqr_config_intr ,
203
203
.ack_interrupt = aqr_ack_interrupt ,
@@ -206,8 +206,8 @@ static struct phy_driver aqr_driver[] = {
206
206
{
207
207
PHY_ID_MATCH_MODEL (PHY_ID_AQCS109 ),
208
208
.name = "Aquantia AQCS109" ,
209
- .features = PHY_10GBIT_FULL_FEATURES ,
210
209
.aneg_done = genphy_c45_aneg_done ,
210
+ .get_features = genphy_c45_pma_read_abilities ,
211
211
.config_aneg = aqr_config_aneg ,
212
212
.config_intr = aqr_config_intr ,
213
213
.ack_interrupt = aqr_ack_interrupt ,
@@ -216,8 +216,8 @@ static struct phy_driver aqr_driver[] = {
216
216
{
217
217
PHY_ID_MATCH_MODEL (PHY_ID_AQR405 ),
218
218
.name = "Aquantia AQR405" ,
219
- .features = PHY_10GBIT_FULL_FEATURES ,
220
219
.aneg_done = genphy_c45_aneg_done ,
220
+ .get_features = genphy_c45_pma_read_abilities ,
221
221
.config_aneg = aqr_config_aneg ,
222
222
.config_intr = aqr_config_intr ,
223
223
.ack_interrupt = aqr_ack_interrupt ,
0 commit comments