mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
11 lines
372 B
Diff
11 lines
372 B
Diff
--- a/src/fal_uk/fal_port_ctrl.c
|
|
+++ b/src/fal_uk/fal_port_ctrl.c
|
|
@@ -214,7 +214,7 @@ fal_port_hibernate_get(a_uint32_t dev_id
|
|
|
|
sw_error_t
|
|
fal_port_cdt(a_uint32_t dev_id, fal_port_t port_id, a_uint32_t mdi_pair,
|
|
- a_uint32_t *cable_status, a_uint32_t *cable_len)
|
|
+ fal_cable_status_t * cable_status, a_uint32_t *cable_len)
|
|
{
|
|
sw_error_t rv;
|