Skip to content

Commit 3c5d8dc

Browse files
committed
header for phylink-change
1 parent c9b8a6f commit 3c5d8dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/net/ethernet/mediatek/mtk_eth_soc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,11 +1491,13 @@ struct mtk_mux_data {
14911491
*/
14921492
struct mtk_mux {
14931493
struct delayed_work poll;
1494+
struct work_struct reconfig_work;
14941495
struct gpio_desc *mod_def0_gpio;
14951496
struct gpio_desc *chan_sel_gpio;
14961497
struct mtk_mux_data *data[2];
14971498
struct mtk_mac *mac;
14981499
unsigned int channel;
1500+
unsigned int pending_channel;
14991501
unsigned int sfp_present_channel;
15001502
};
15011503

0 commit comments

Comments
 (0)