libertas: configure sysfs symlinks
authorJohn Crispin <john@openwrt.org>
Wed, 28 Jan 2015 12:07:29 +0000 (12:07 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 28 Jan 2015 12:07:29 +0000 (12:07 +0000)
Update the libertas driver to configure symlinks in sysfs.  This enables
the driver to be handled correctly by the mac80211/netifd/hostapd scripts.
With this patch, the wireless interface is functional on Guruplug Server Plus.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 44174

package/kernel/mac80211/patches/801-libertas-configure-sysfs-links.patch [new file with mode: 0644]

diff --git a/package/kernel/mac80211/patches/801-libertas-configure-sysfs-links.patch b/package/kernel/mac80211/patches/801-libertas-configure-sysfs-links.patch
new file mode 100644 (file)
index 0000000..fe69568
--- /dev/null
@@ -0,0 +1,21 @@
+--- a/drivers/net/wireless/libertas/cfg.c
++++ b/drivers/net/wireless/libertas/cfg.c
+@@ -2084,6 +2084,8 @@ struct wireless_dev *lbs_cfg_alloc(struc
+               goto err_wiphy_new;
+       }
++      set_wiphy_dev(wdev->wiphy, dev);
++
+       lbs_deb_leave(LBS_DEB_CFG80211);
+       return wdev;
+--- a/drivers/net/wireless/libertas/main.c
++++ a/drivers/net/wireless/libertas/main.c
+@@ -987,6 +987,7 @@ struct lbs_private *lbs_add_card(void *c
+               goto err_adapter;
+       }
++      dev_net_set(dev, wiphy_net(wdev->wiphy));
+       dev->ieee80211_ptr = wdev;
+       dev->ml_priv = priv;
+       SET_NETDEV_DEV(dev, dmdev);