]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fbnic: Replace link_mode with AUI
authorAlexander Duyck <alexanderduyck@fb.com>
Wed, 18 Jun 2025 22:07:42 +0000 (15:07 -0700)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 24 Jun 2025 07:31:45 +0000 (09:31 +0200)
commitf663a1abf39a16bdd8c5a3eb2d79b27c7d5c211b
treeb522428f40054ca2460fdfb071e02fe85983da65
parenta6bbbc5bc4c671f6cd791a65743f0c6c83d69edd
fbnic: Replace link_mode with AUI

The way we were using "link_mode" was really more to describe the interface
between the attachment unit interface(s) we were using on the device.
Specifically the AUI is describing the modulation and the number of lanes
we are using. So we can simplify this by replacing link_mode with aui.

Signed-off-by: Alexander Duyck <alexanderduyck@fb.com>
Link: https://patch.msgid.link/175028446219.625704.8050098629750896117.stgit@ahduyck-xeon-server.home.arpa
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/meta/fbnic/fbnic_mac.c
drivers/net/ethernet/meta/fbnic/fbnic_mac.h
drivers/net/ethernet/meta/fbnic/fbnic_netdev.h
drivers/net/ethernet/meta/fbnic/fbnic_phylink.c