commit | 6e3ab5543bed9dffb7d1a6404c3782284a432a70 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Apr 19 12:19:39 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Apr 22 15:31:55 2013 +0200 |
tree | f73527aa65211a39c2cf1d0bf53dd2ed08261e00 | |
parent | 65e8d5b8cbff766628dad7d366986676f18b1e89 [diff] |
cfg80211: invert P2P-Device vs. netdev check ordering In cfg80211_can_use_iftype_chan(), check for P2P Device first, and then for netdevs. This doesn't really change anything but makes the code a bit easier to read since it may not be obvious for everyone at first that a P2P device has no netdev. Signed-off-by: Johannes Berg <johannes.berg@intel.com>