On Mon, 2012-10-15 at 17:22 -0700, Bing Zhao wrote: > --- a/nl80211.h > +++ b/nl80211.h No need to send nl80211.h updates, I do those directly by copying the new file to avoid mismatch issues. > -TOPLEVEL(scan, "[-u] [freq <freq>*] [ies <hex as 00:11:..>] [ssid <ssid>*|passive]", 0, 0, > +TOPLEVEL(scan, "[-u] [freq <freq>*] [ies <hex as 00:11:..>] [ssid <ssid>*|passive|lowpri|flush]", 0, 0, This seems a little wrong, you can't give lowpri/flush after giving SSIDs, so it should probably be written as ... [ies <...>] [lowpri|flush] [ssid ...] The SSID list has to be last since no keyword can terminate it (everything could be a valid SSID) > NL80211_CMD_TRIGGER_SCAN, 0, CIB_NETDEV, handle_scan, > "Trigger a scan on the given frequencies with probing for the given\n" > + spurious newline? johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html