various nxstyle fixes to fix the CI complains. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
by this command: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
wireless/ieee8021254: Adds support for energy detect. Adds support for energy detect by introducing a new radio call/callback, as the PHY layer is required to perform the energy detect. Approved-by: Gregory Nutt <gnutt@nuttx.org>