Re: [PATCH net-next v3 0/3] split phylink PCS operations
From: David Miller <davem@davemloft.net>
Date: 2020-03-30 18:52:58
From: David Miller <davem@davemloft.net>
Date: 2020-03-30 18:52:58
From: Russell King - ARM Linux admin <linux@armlinux.org.uk> Date: Mon, 30 Mar 2020 18:43:30 +0100
This series splits the phylink_mac_ops structure so that PCS can be supported separately with their own PCS operations, separating them from the MAC layer. This may need adaption later as more users come along. v2: change pcs_config() and associated called function prototypes to only pass the information that is required, and add some documention. v3: change phylink_create() prototype
Series applied, thanks.