Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ieee802154: MRF24J40 driver | Alan Ott | 2012-09-04 | 1 | -0/+11 |
| | | | | | | | Driver for the Microchip MRF24J40 802.15.4 WPAN module. Signed-off-by: Alan Ott <alan@signal11.us> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | drivers/ieee802154: move ieee802154 drivers to net folder | alex.bluesman.smirnov@gmail.com | 2012-08-30 | 1 | -0/+36 |
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> |