db90c243a0
This updates mac80211 to backports based on kernel 4.19-rc4. I plan to integrate all the patches which are in this tar into upstream backports soon. I used the backports generated from this code: https://github.com/hauke/backports/commits/wip2 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 lines
435 B
Diff
11 lines
435 B
Diff
--- a/drivers/net/wireless/marvell/libertas/cfg.c
|
|
+++ b/drivers/net/wireless/marvell/libertas/cfg.c
|
|
@@ -2117,6 +2117,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");
|