cfg80211/nl80211: add interval attribute for scheduled scans
authorLuciano Coelho <coelho@ti.com>
Wed, 11 May 2011 14:09:37 +0000 (17:09 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 May 2011 19:12:27 +0000 (15:12 -0400)
commitbbe6ad6dcb1eb26bd12ec85320f402721c3383ae
tree08e7e3491caa30e22c9c38d9d3a8728a02adc0c5
parent79f460ca49d8d5700756ab7071c951311c7f29cc
cfg80211/nl80211: add interval attribute for scheduled scans

Introduce NL80211_ATTR_SCHED_SCAN_INTERVAL as a required attribute for
NL80211_CMD_START_SCHED_SCAN.  This value informs the driver at which
intervals the scheduled scan cycles should be executed.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/nl80211.h
include/net/cfg80211.h
net/wireless/nl80211.c