mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			435 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			435 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/drivers/net/wireless/marvell/libertas/cfg.c
 | |
| +++ b/drivers/net/wireless/marvell/libertas/cfg.c
 | |
| @@ -2212,6 +2212,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");
 |