Hi, Now it looks like:
* @retval 1 packet has errors * @retval 0 packet has no errorsI found it is better for debugging if it actually returns some error code. How about changing it to:
* @retval 0 packet has no errors* @retval !0 packet has errors, implementation can optionally return an error code
Zoli _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
