[Linux-zigbee-devel] [PATCH 02/13] mac802154: allocation of ieee802154 device
Add interface for device drivers to allocate and register ieee802154 compatible device. This code is based on net/mac80211/main.c file Signed-off-by: Alexander Smirnov --- include/net/mac802154.h|6 ++ net/Kconfig|1 + net/Makefile |1 +
[Linux-zigbee-devel] [PATCH 02/13] mac802154: allocation of ieee802154 device
From: Alexander Smirnov Interface for device drivers to allocate and register ieee802154 compatible devices. Signed-off-by: Alexander Smirnov --- net/Kconfig|1 + net/Makefile |1 + net/mac802154/Kconfig | 16 + net/mac802154/Makefil