]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'split-phylink-PCS-operations'
authorDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 18:52:28 +0000 (11:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 18:52:28 +0000 (11:52 -0700)
commit6f1f63714c7125ec07b8da896003345c1a794501
tree66247c20e215aae9c50572d235daa230fe9e1f86
parenteda7687e03afe906b89b1af989e3597167eda072
parent134b441948fffe41e01e4bf89f1ffa5f968cd2fc
Merge branch 'split-phylink-PCS-operations'

Russell King says:

====================
split phylink PCS operations

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>