summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/100-madwifi_fix.patch
blob: 736b295031af84a6b6ee419ab48d5b52b7d0bb6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/src/drivers/driver_madwifi.c
+++ b/src/drivers/driver_madwifi.c
@@ -1177,8 +1177,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, 0); /* default to no privacy */
 
 	madwifi_receive_probe_req(drv);
@@ -1268,8 +1266,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 */