On Thursday 06 November 2014 01:21 AM, Alexander Aring wrote: > This patch adds support for a random generated perm extended address for > the at86rf230 driver. > > Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx> > --- > drivers/net/ieee802154/at86rf230.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at86rf230.c > index bf47785..a6db768 100644 > --- a/drivers/net/ieee802154/at86rf230.c > +++ b/drivers/net/ieee802154/at86rf230.c > @@ -1534,6 +1534,7 @@ static int at86rf230_probe(struct spi_device *spi) > lp->spi = spi; > hw->parent = &spi->dev; > hw->vif_data_size = sizeof(*lp); > + ieee802154_random_extended_addr(&hw->phy->perm_extended_addr); > > lp->regmap = devm_regmap_init_spi(spi, &at86rf230_regmap_spi_config); > if (IS_ERR(lp->regmap)) { You are getting this extended address here and configuring at the time of iface add. This change should be there for other drivers ( CC2520 & MRF24J40 ) also ..? -- Thanks and Regards, Varka Bhadram. -- 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