mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			655 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			655 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/src/drivers/driver_nl80211.c
 | |
| +++ b/src/drivers/driver_nl80211.c
 | |
| @@ -5005,9 +5005,6 @@ static int wpa_driver_nl80211_set_mode(v
 | |
|  			/* Try to set the mode again while the interface is
 | |
|  			 * down */
 | |
|  			ret = nl80211_set_mode(drv, drv->ifindex, nlmode);
 | |
| -			if (linux_set_iface_flags(drv->ioctl_sock, bss->ifname,
 | |
| -						  1))
 | |
| -				ret = -1;
 | |
|  			if (!ret)
 | |
|  				break;
 | |
|  		} else
 | |
| @@ -5020,6 +5017,8 @@ static int wpa_driver_nl80211_set_mode(v
 | |
|  		wpa_printf(MSG_DEBUG, "nl80211: Mode change succeeded while "
 | |
|  			   "interface is down");
 | |
|  		drv->nlmode = nlmode;
 | |
| +		if (linux_set_iface_flags(drv->ioctl_sock, bss->ifname, 1))
 | |
| +			ret = -1;
 | |
|  	}
 | |
|  
 | |
|  done:
 |