net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 2 Aug 2022 08:55:26 +0000 (10:55 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 8 Aug 2022 15:37:57 +0000 (11:37 -0400)
commit5bd4f31fea36cf4106d6314efd33ba49efcaeded
treef364eb6eecd8211f8aac5190fdfa83cad5e46962
parentacce23b8af7091354d3701638b4d06489e7c766c
net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32

Add .eqos_get_enetaddr callback defined as eqos_null_ops() to avoid
illegal access.

Fixes: a624251461bf ("net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr")

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/dwc_eth_qos.c