net: sockets: Get socket offload to build after net logging overhaul.
Also, defines one LOG_MODULE_NAME for the simplelink WiFi driver, and uses the same name for all files in this driver (module). Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
This commit is contained in:
parent
7520bb21bc
commit
c2cdbbafd7
6 changed files with 34 additions and 11 deletions
|
@ -4,6 +4,9 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#define LOG_MODULE_NAME net_socket_offload
|
||||
#define NET_LOG_LEVEL CONFIG_NET_SOCKETS_LOG_LEVEL
|
||||
|
||||
#include <net/socket_offload.h>
|
||||
|
||||
/* Only one provider may register socket operations upon boot. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue