]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Don't need this.
authorRoy Marples <roy@marples.name>
Tue, 2 Sep 2008 15:35:02 +0000 (15:35 +0000)
committerRoy Marples <roy@marples.name>
Tue, 2 Sep 2008 15:35:02 +0000 (15:35 +0000)
net.c

diff --git a/net.c b/net.c
index 9f58c97b234e711e0e75ed1b3c8a16ba10438813..826bf38204405c6d3134a5fe0a1c0dd6362a8044 100644 (file)
--- a/net.c
+++ b/net.c
@@ -266,7 +266,6 @@ init_interface(const char *ifname)
        memset(&ireq, 0, sizeof(ireq));
        strlcpy(ireq.i_name, ifname, sizeof(ireq.i_name));
        ireq.i_type = IEEE80211_IOC_NUMSSIDS;
-       ireq.i_val = 3;
        if (ioctl(s, SIOCG80211, &ireq) != -1)
                iface->metric += 100; 
 #endif