Files
nuttx/drivers/net
hanzj efaebbba43 drivers/net: Fix typo in lan9250_set_txavailable function name.
Rename static function lan9250_set_txavailabe() to
lan9250_set_txavailable() — missing letter 'l' in 'available'.

This is a static function used only within drivers/net/lan9250.c,
so there is no API or ABI impact.

Signed-off-by: hanzj <hanzjian@zepp.com>
2026-05-29 09:43:20 +08:00
..