From: Johannes Berg Date: Thu, 18 Apr 2013 23:02:55 +0000 (+0200) Subject: nl80211: allow using wdev identifiers to get scan results X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~43^2^2~61^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97990a060e6757f48b931a3946b17c1c4362c3fb;p=pandora-kernel.git nl80211: allow using wdev identifiers to get scan results Most dump callbacks, including the scan results one, use the netdev to identify what to do, which is incorrect for the P2P_DEVICE support, it needs to be able to get the scan result from the wdev. Change all dumps to unify the code, but ones other than scan don't really support being executed on a wdev that has no netdev. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed