aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-01-28 12:07:35 +0000
committerJohn Crispin <blogic@openwrt.org>2015-01-28 12:07:35 +0000
commit1ac2253fef8118e5685e31dfca59a1160c6b3108 (patch)
tree84eda6e62c67fe911d0650e4c56922028938a70e /package/kernel/mac80211
parentc2a44d83f3b72e6193dd9b07eab6226beedd41a8 (diff)
downloadmaster-187ad058-1ac2253fef8118e5685e31dfca59a1160c6b3108.tar.gz
master-187ad058-1ac2253fef8118e5685e31dfca59a1160c6b3108.tar.bz2
master-187ad058-1ac2253fef8118e5685e31dfca59a1160c6b3108.zip
libertas: set wireless macaddr
Update the wireless macaddr with the value retrieved from the H/W. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44175 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211')
-rw-r--r--package/kernel/mac80211/patches/802-libertas-set-wireless-macaddr.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/802-libertas-set-wireless-macaddr.patch b/package/kernel/mac80211/patches/802-libertas-set-wireless-macaddr.patch
new file mode 100644
index 0000000000..3eaf416d5d
--- /dev/null
+++ b/package/kernel/mac80211/patches/802-libertas-set-wireless-macaddr.patch
@@ -0,0 +1,11 @@
+--- a/drivers/net/wireless/libertas/cfg.c
++++ b/drivers/net/wireless/libertas/cfg.c
+@@ -2172,6 +2172,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");