split WPAN specific options into own command #5750
split WPAN specific options into own command #5750jfischer-no wants to merge 2 commits intoRIOT-OS:masterfrom jfischer-no:pr@iwpan
Conversation
|
Didn't we say |
Yes but,
I do not know if it makes sense, I am happy with 💭 It is more accurate to interface with the MAC and not with netdev2. The current set of the commands would be possibly the same (common) for all the 802.15.4 MACs, plus additional MAC specific commands. Interfacing with |
Okay, then maybe later move it to #5511 as soon as that one is somewhat stable. My argument is more about stack-independence than about the layer. |
|
I tested and it works (though |
|
@jfischer-phytec-iot Ping? |
|
Postponed due to Feature Freeze. |
|
I will unfortunately not have time for it, sorry, it needs new caretaker. |
This PR splits WPAN specific options into own command (iwpan, similar on Linux). #5487
Currently it is the reduced version of ifconfig (
sc_netif.c). The next step would be the removal of overlaps fromsc_netif.c