zephyr/drivers/wifi/simplelink
Vincent Wan 0f64ec5c31 drivers: wifi: simplelink: Fix strings used in assertions
Samples for cc3220sf_launchxl where assertions are enabled
(e.g. http_get) fail to build because some of the strings used in the
simplelink wifi driver have parentheses around them. This breaks the
current implementation of the __ASSERT macro. This commit removes
the parentheses, which are unnecessary.

http_get has been verified to build after this change.

Fixes #12192

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
2018-12-26 09:42:29 -05:00
..
CMakeLists.txt drivers: wifi: simplelink: Implement setsockopt() for TLS offload 2018-11-23 09:16:21 -05:00
Kconfig.simplelink drivers: wifi: simplelink: move files into a dedicated subdir 2018-07-12 19:17:45 -05:00
simplelink.c drivers: wifi: simplelink: Implement offloaded getaddrinfo() 2018-10-12 13:06:53 +03:00
simplelink_log.h net: sockets: Get socket offload to build after net logging overhaul. 2018-10-11 15:51:57 +03:00
simplelink_sockets.c drivers: wifi: simplelink: Implement setsockopt() for TLS offload 2018-11-23 09:16:21 -05:00
simplelink_sockets.h drivers: wifi: simplelink: Implement offloaded getaddrinfo() 2018-10-12 13:06:53 +03:00
simplelink_support.c drivers: wifi: simplelink: Fix strings used in assertions 2018-12-26 09:42:29 -05:00
simplelink_support.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00