[PATCH] net/txgbe: fix the missing old mailbox interface calls
Stephen Hemminger
stephen at networkplumber.org
Thu Nov 20 06:47:56 CET 2025
On Wed, 19 Nov 2025 16:56:24 +0800
Jiawen Wu <jiawenwu at trustnetic.com> wrote:
> @@ -28,6 +29,9 @@ void txgbe_init_ops_aml40(struct txgbe_hw *hw)
> mac->init_mac_link_ops = txgbe_init_mac_link_ops_aml40;
> mac->get_link_capabilities = txgbe_get_link_capabilities_aml40;
> mac->check_link = txgbe_check_mac_link_aml40;
> +
> + /* MAILBOX */
> + mbx->host_interface_command = txgbe_host_interface_command_aml;
> }
Maybe that comment means something to you, but it seems like something
the next maintainer would not know what it means. Could you explain it more?
More information about the dev
mailing list