mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 16:57:29 +00:00
To keep fork as closely synced with upstream, move NSS packages back into repository. Not sure why they were moved out from my original fork. * nss-firmware * qca-nss-crypto * qca-nss-cfi Removed the following: * mhz (already available in packages repo) * qrtr (unecessary, and has been broken for years) Also moved packages out of `qca` and back into root directory.
12 lines
375 B
Diff
12 lines
375 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;
|
|
|