针对 6.9 修缮代码后,发现 `drivers/net/ethernet/phytium/phytmac_main.c` 文件中依然在使用上游已经移除的方式且 `phytmac_validate()` 需适配后续引入的 `.mac_get_caps()` 方式 详见: - [net: phylink: remove .validate() method](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=da5f6b80ad6417f7cf50d273c1c0ecb885e511e8) - [net: phylink: provide mac_get_caps() method](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b6f9774719e5601b32f47021b40fee446b356490)