mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			597 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			597 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/src/drivers/driver_madwifi.c
 | |
| +++ b/src/drivers/driver_madwifi.c
 | |
| @@ -1170,8 +1170,6 @@ madwifi_init(struct hostapd_data *hapd, 
 | |
|  		goto bad;
 | |
|  	}
 | |
|  
 | |
| -	/* mark down during setup */
 | |
| -	linux_set_iface_flags(drv->ioctl_sock, drv->iface, 0);
 | |
|  	madwifi_set_privacy(drv->iface, drv, 0); /* default to no privacy */
 | |
|  
 | |
|  	madwifi_receive_probe_req(drv);
 | |
| @@ -1261,8 +1259,7 @@ madwifi_set_countermeasures(void *priv, 
 | |
|  static int
 | |
|  madwifi_commit(void *priv)
 | |
|  {
 | |
| -	struct madwifi_driver_data *drv = priv;
 | |
| -	return linux_set_iface_flags(drv->ioctl_sock, drv->iface, 1);
 | |
| +	return 0;
 | |
|  }
 | |
|  
 | |
|  #else /* HOSTAPD */
 |