From: Luciano Coelho Date: Wed, 31 Aug 2011 13:01:48 +0000 (+0300) Subject: nl80211/cfg80211: add match filtering for sched_scan X-Git-Tag: v3.2-rc1~129^2~254^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1f1c21c181be20a8b7e073e5292ff1fe77769fa;p=pandora-kernel.git nl80211/cfg80211: add match filtering for sched_scan Introduce filtering for scheduled scans to reduce the number of unnecessary results (which cause useless wake-ups). Add a new nested attribute where sets of parameters to be matched can be passed when starting a scheduled scan. Only scan results that match any of the sets will be returned. At this point, the set consists of a single parameter, an SSID. This can be easily extended in the future to support more complex matches. Signed-off-by: Luciano Coelho Signed-off-by: John W. Linville --- Reading git-diff-tree failed