zephyr/drivers/wifi
Gerard Marull-Paretas 667eeb11fb shell: fix MISRA 5.7 violations on struct shell
MISRA Rule 5.7 requires uniqueness of tag identifiers. Shell is
frequently problematic because many code uses `const struct shell
*shell`. This causes CI noise every time one of these shell files is
edited, so let's update all of them with `const struct shell *sh`
instead.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-04-14 12:21:08 +02:00
..
esp32 drivers: wifi: esp32: register rxcb after wifi init 2023-03-20 11:43:49 +01:00
esp_at drivers/modem/modem_cmd_handler: Update API 2023-04-11 11:42:00 +02:00
eswifi shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
simplelink net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
winc1500 net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
CMakeLists.txt drivers: wifi: build as static library 2021-08-17 06:06:03 -04:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00