summaryrefslogtreecommitdiffstats
path: root/loader2/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/net.h')
-rw-r--r--loader2/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/net.h b/loader2/net.h
index 5874fca8d..6d60e655d 100644
--- a/loader2/net.h
+++ b/loader2/net.h
@@ -14,14 +14,14 @@ struct networkDeviceConfig {
struct pumpNetIntf dev;
/* wireless settings */
- char * essid; /* side effect: if this is non-NULL, then assume wireless */
+ /* side effect: if this is non-NULL, then assume wireless */
+ char * essid;
char * wepkey;
/* misc settings */
int isDynamic;
int noDns;
int preset;
- int useipv6;
/* s390 settings */
int mtu;