]> git.ipfire.org Git - thirdparty/hostap.git/commit
common: Use for_each_element_id() in ieee802_11_vendor_ie_concat()
authorJohannes Berg <johannes.berg@intel.com>
Fri, 8 Feb 2019 16:57:50 +0000 (17:57 +0100)
committerJouni Malinen <j@w1.fi>
Mon, 11 Feb 2019 11:37:22 +0000 (13:37 +0200)
commit9008048f0f33cfb939ba8397b2a2891bd1f6416e
tree98b0351c493944e72e7aced13f4a7ed4dd3a3226
parenteb84238df6819fe38b52d8db3b529ec26cf978fa
common: Use for_each_element_id() in ieee802_11_vendor_ie_concat()

Simple cleanup using the new iteration helper macro.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
src/common/ieee802_11_common.c