Introduced in 29af20194aedd2f1c26205bb70a395d394845708, "iw: add a delay option to net-detect". Signed-off-by: Stefan Lippers-Hollmann <s.l-h@xxxxxx> --- wowlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wowlan.c b/wowlan.c index 3a87665..203014b 100644 --- a/wowlan.c +++ b/wowlan.c @@ -397,7 +397,7 @@ static int print_wowlan_handler(struct nl_msg *msg, void *arg) nla_get_u32(nd[NL80211_ATTR_SCHED_SCAN_INTERVAL])); if (nd[NL80211_ATTR_SCHED_SCAN_DELAY]) - printf("\tintial scan delay: %u secs\n", + printf("\tinitial scan delay: %u secs\n", nla_get_u32(nd[NL80211_ATTR_SCHED_SCAN_DELAY])); if (nd[NL80211_ATTR_SCHED_SCAN_MATCH]) { -- 2.1.4 -- 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