Skip to content
Snippets Groups Projects
  • Martine Lenders's avatar
    fcfc7c33
    netdev_ieee802154: fix IID getter · fcfc7c33
    Martine Lenders authored
    With ace5db70 the IID may be gotten from
    the device again. However, following the current refactoring efforts
    regarding the `netdev_ieee802154` layer, the devices don't necessarily
    store the address in the `netdev_ieee802154_t` struct anymore. So we
    need to access the address using the driver's `get` function here
    instead.
    fcfc7c33
    History
    netdev_ieee802154: fix IID getter
    Martine Lenders authored
    With ace5db70 the IID may be gotten from
    the device again. However, following the current refactoring efforts
    regarding the `netdev_ieee802154` layer, the devices don't necessarily
    store the address in the `netdev_ieee802154_t` struct anymore. So we
    need to access the address using the driver's `get` function here
    instead.