Radio Interface Idea

Hello,

i have looked at specification of some radio drivers. There are various supported features like CRC checksumming, inline Encryption, changing radio modulation, Datawhitening or fine tuning of parameters.

This functionality needs to be accessible from higher layers when alternative transport protocols are implemented or switching between protocols are needed. My idea is to define an function with three parameters(feature id, in data pointer, out data pointer). If a feature is needed it can be implemented without changing radio API and any radio driver.

Regards,

Frank

Hello Frank, the current netdev interface supports something liket hat: get_option() and set_option(). It is however currently in flux. If you like to you can attend our Network Stack Task Force workshop next Thursday and Friday where we will discuss such things.

Kind regards, Martine

Hello Martine,

i cannot participate on the workshop.

Regards,

Frank