commit | 97990a060e6757f48b931a3946b17c1c4362c3fb | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Apr 19 01:02:55 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Apr 19 01:02:55 2013 +0200 |
tree | 56a673ad85a06fdca40b9e58c1eff54551b3c529 | |
parent | 1b737f88dc1b05cf571e96d42f748aaff6df1eb5 [diff] |
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 <johannes.berg@intel.com>