OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/drivers/net/wireless/marvell/libertas/cfg.c |
2 | +++ b/drivers/net/wireless/marvell/libertas/cfg.c |
||
3 | @@ -2117,6 +2117,8 @@ int lbs_cfg_register(struct lbs_private |
||
4 | wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); |
||
5 | wdev->wiphy->reg_notifier = lbs_reg_notifier; |
||
6 | |||
7 | + memcpy(wdev->wiphy->perm_addr, priv->current_addr, ETH_ALEN); |
||
8 | + |
||
9 | ret = wiphy_register(wdev->wiphy); |
||
10 | if (ret < 0) |
||
11 | pr_err("cannot register wiphy device\n"); |