Message ID | 20150428044509.23fc3646@mir (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Johannes Berg |
Headers | show |
On Tue, 2015-04-28 at 04:45 +0200, Stefan Lippers-Hollmann wrote: > Introduced in 29af20194aedd2f1c26205bb70a395d394845708, "iw: add a > delay option to net-detect". Applied, thanks. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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]) {
Introduced in 29af20194aedd2f1c26205bb70a395d394845708, "iw: add a delay option to net-detect". Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> --- wowlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)