]> git.ipfire.org Git - thirdparty/iw.git/blobdiff - interface.c
iw: S1G: add frequency set in kHz and offset options
[thirdparty/iw.git] / interface.c
index 7e1dd58c68eff098aa55eec994f0493f2ed44417..eeef496c4956eaaaebe48946dc867efe652547cc 100644 (file)
@@ -701,7 +701,7 @@ static int handle_chanfreq(struct nl80211_state *state, struct nl_msg *msg,
        int parsed;
        char *end;
 
-       res = parse_freqchan(&chandef, chan, argc, argv, &parsed);
+       res = parse_freqchan(&chandef, chan, argc, argv, &parsed, false);
        if (res)
                return res;