zephyr/drivers/wifi
Nicolas Pitre 46aa6717ff Revert "arch: deprecate _current"
Mostly a revert of commit b1def7145f ("arch: deprecate `_current`").

This commit was part of PR #80716 whose initial purpose was about providing
an architecture specific optimization for _current. The actual deprecation
was sneaked in later on without proper discussion.

The Zephyr core always used _current before and that was fine. It is quite
prevalent as well and the alternative is proving rather verbose.
Furthermore, as a concept, the "current thread" is not something that is
necessarily architecture specific. Therefore the primary abstraction
should not carry the arch_ prefix.

Hence this revert.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2025-01-10 07:49:08 +01:00
..
esp32 drivers: wifi: make WIFI_BUILD_ONLY_MODE global symbol 2024-12-18 18:17:16 +01:00
esp_at drivers: wifi: esp_at: fix null pointer dereference issue 2024-12-27 15:42:41 +01:00
eswifi Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
infineon drivers: wifi: infineon: Add SPI support to AIROC driver 2024-12-10 16:23:36 +01:00
nrf_wifi drivers: nrf_wifi: Remove unused macros 2025-01-09 11:51:17 +01:00
nxp drivers: wifi: nxp: remove SAP IPv4 address when stopped 2024-12-20 10:19:03 +01:00
simplelink fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
winc1500 drivers: wifi: winc1500: Rename functions to avoid multiple definitions 2025-01-09 11:50:43 +01:00
CMakeLists.txt drivers: wifi: make WIFI_BUILD_ONLY_MODE global symbol 2024-12-18 18:17:16 +01:00
Kconfig nrf_wifi: Fix the directory name 2024-11-25 17:43:34 +01:00