Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: pylink.h: add kernel-doc descriptions for new fields at phylink_config

Some fields were moved from struct phylink into phylink_config.
Update the kernel-doc markups for the config struct accordingly

Fixes: 5c05c1dbb177 ("net: phylink, dsa: eliminate phylink_fixed_state_cb()")
Reviewed-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/34970f447ff86415a6cef10a785fbef81c2819a7.1592895969.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
5d682f5e 3556108e

+4
+4
include/linux/phylink.h
··· 62 62 * @dev: a pointer to a struct device associated with the MAC 63 63 * @type: operation type of PHYLINK instance 64 64 * @pcs_poll: MAC PCS cannot provide link change interrupt 65 + * @poll_fixed_state: if true, starts link_poll, 66 + * if MAC link is at %MLO_AN_FIXED mode. 67 + * @get_fixed_state: callback to execute to determine the fixed link state, 68 + * if MAC link is at %MLO_AN_FIXED mode. 65 69 */ 66 70 struct phylink_config { 67 71 struct device *dev;