net: ieee802154: Fix logging primitive in mgmt part

Change-Id: I9a97acfc06b7836cce622e374e21efcecbd99bd5
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2017-01-06 10:53:19 +01:00
commit 415afe130e

View file

@ -14,9 +14,9 @@
* limitations under the License.
*/
#ifdef CONFIG_NET_L2_IEEE802154_DEBUG
#if defined(CONFIG_NET_DEBUG_L2_IEEE802154)
#define SYS_LOG_DOMAIN "net/ieee802154"
#define NET_DEBUG 1
#define NET_LOG_ENABLED 1
#endif
#include <net/net_core.h>