Hi, On Tue, Sep 26, 2017 at 6:16 AM, Stefan Schmidt <stefan@xxxxxxxxxxxxxxx> wrote: > Hello. > > [I dropped the device tree list as this is really unrelated to them now] > > On 09/24/2017 04:53 PM, StarNight wrote: >> Hi, >> >> I have written a note which is reordered and extracted from LoRaWAN 1.0.2. >> https://hackmd.io/s/S1kg6Ymo-# >> Hope this wiil be easier for readers. >> >> LoRaWAN defiened by LoRa Alliance is the MAC layer over LoRa PHY. >> (The relation between LoRaWAN and LoRa PHY) > > Thanks a lot for putting thee notes together. > > Reading the MAC frame format I see not much in common with IEEE 802.15.4. > Maybe they really refer to the link layer security parts only. > > Given that your driver operates in LoRa and thus will not work with any > other 802.15.4 device I would not apply it to the ieee802154 subsystem. > > The driver is a good start for real LoRa support in the Linux kernel thought. > I would very much welcome such support and would also be happy to help. > (Not before November though as my next weeks will be to busy) > > Xue (in CC now) also has an interest in LoRa support in the Linux Kernel and > already started some work if I remember correctly. If you both are interested > to actively contribute to such a subsystem I would be happy to help getting > it into the mainline kernel. > For security stuff this should be shared between these subsystems then... Don't know how currently - we need to look. The only possibility how to put lora in _softmac_ 802.15.4 is for me to introduce new "lora_register_hw" function who registered a special "lora" interface type (like node in 802.15.4) and use some of ieee802154 infrastructure and of course a lora.c which do some frame parsing on upper layer... Upper layers need to be some "net/lora" then... Just an idea how I can imagine how it _could_ work... to put lora in SoftMAC here. - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html