On Tue, Aug 3, 2010 at 6:13 PM, Dmitry Eremin-Solenikov <[email protected]> wrote: > Hello, > > On 8/3/10, Jon Smirl <[email protected]> wrote: >> On Sun, Aug 1, 2010 at 8:54 PM, Jon Smirl <[email protected]> wrote: >>> This is a first pass, do you want to touch up the wpan ones? >>> >>> Signed-off-by: Jon Smirl <[email protected]> >> >> Are these MAC renames ok? If so can you apply the patch to your repo. > > The patch look sane. I've just had no time for it (yet). > >> Then we can do another round with more reorganization. For example, >> should the MAC layer netlink commands move over into the mac module? > > No. MAC-level netlink command sit right in their place - as they are > the interface > for coordinator to generic IEEE 802.15.4 devices, not only softmac ones.
I'm trying to figure out where to insert 6lowpan support but I'm having trouble getting my head around the organization of the code. Should the hardware device support code in mac802154 be moved in drivers/ieee802154 as a library? main.c and wpan.c Device support code normally lives in the drivers tree. And then drivers/802154 moved to drivers/net/802154? After you do that the MAC code could be merged with net/ieee802154 or put in a subdir /net/ieee802154/mac We could have a subdir for each protocol - raw, mac, 6lowpan. I also can't figure out if mac/6lowpan can be demand loaded on packet reception. > >> I don't want to layer more patches on top of this one until I'm sure >> it is what you want. > > -- > With best wishes > Dmitry > -- Jon Smirl [email protected] ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
