1e5b7c17b0
Based on patch by Bryan Forbes <bryan@reigndropsfall.net> Also update mt76 to update for API changes Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44655
12 lines
420 B
Diff
12 lines
420 B
Diff
--- a/drivers/net/wireless/libertas/cfg.c
|
|
+++ b/drivers/net/wireless/libertas/cfg.c
|
|
@@ -2174,6 +2174,8 @@ int lbs_cfg_register(struct lbs_private
|
|
wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
|
|
wdev->wiphy->reg_notifier = lbs_reg_notifier;
|
|
|
|
+ memcpy(wdev->wiphy->perm_addr, priv->current_addr, ETH_ALEN);
|
|
+
|
|
ret = wiphy_register(wdev->wiphy);
|
|
if (ret < 0)
|
|
pr_err("cannot register wiphy device\n");
|