Skip to content

mcux: wifi_nxp: replace pure PRINTF with configurable log functions #100443

@RobbieKhan

Description

@RobbieKhan

Describe the bug

I am currently working with iMXRT1176 and 2EL Wi-Fi module.
NXP HAL Wi-Fi driver normally provides a Zephyr-like logging system (for example wmlog functions in wlcmgr), but unfortunately there are still a lot of annoying pure PRINTF calls, that cannot be suppressed through the log level control, for example in wlcmgr/wlan.c
Please replace such calls with wmlog functions or their analogs, to have the possibility to suppress debug output when it is not needed.

Regression

  • This is a regression.

Steps to reproduce

Not special steps to reproduce are needed

Relevant log output

Impact

Annoyance – Minor irritation; no significant impact on usability or functionality.

Environment

Zephyr 4.3

Additional Context

No response

Metadata

Metadata

Labels

bugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXP

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions