 cae76f611a
			
		
	
	cae76f611a
	
	
	
		
			
			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
		
			
				
	
	
		
			22 lines
		
	
	
		
			565 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			565 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- 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);
 |