]> git.baikalelectronics.ru Git - kernel.git/commit
nl80211: use loop index as type for net detect frequency results
authorSamuel Tan <samueltan@chromium.org>
Mon, 9 Feb 2015 19:29:15 +0000 (21:29 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 24 Feb 2015 09:53:50 +0000 (10:53 +0100)
commite6c43e6f80d21acd11eb9409b919cba05d1b9209
tree4dcc4e0e355407a1a32c431d05bf143ac4f0afa1
parent8f97712a2f62289af22348434a2485300a3f7116
nl80211: use loop index as type for net detect frequency results

We currently add nested members of the NL80211_ATTR_SCAN_FREQUENCIES
as NLA_U32 attributes of type NL80211_ATTR_WIPHY_FREQ in
cfg80211_net_detect_results. However, since there can be an arbitrary number of
frequency results, we should use the loop index of the loop used to add the
frequency results to NL80211_ATTR_SCAN_FREQUENCIES as the type (i.e. nla_type)
for each result attribute, rather than a fixed type.

This change is in line with how nested members are added to
NL80211_ATTR_SCAN_FREQUENCIES in the functions nl80211_send_wowlan_nd and
nl80211_add_scan_req.

Signed-off-by: Samuel Tan <samueltan@chromium.org>
Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c