drivers/ieee802154: move ieee802154 drivers to net folder
authoralex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com>
Sun, 26 Aug 2012 05:10:11 +0000 (05:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Aug 2012 17:23:56 +0000 (13:23 -0400)
The IEEE 802.15.4 standard represents a networking protocol. I don't
exactly know why drivers for this protocol are stored into the root
'driver' folder, but better will be to store them with other
networking stuff. Currently there are only 3 drivers available for
IEEE 802.15.4 stack, so lets do it now with the smallest overhead.

Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found