]> git.ipfire.org Git - thirdparty/hostap.git/commit
Rename qca_wlan_vendor_attr_roam_subcmd to represent subcmds
authorSunil Dutt <usdutt@codeaurora.org>
Tue, 6 Aug 2019 15:00:00 +0000 (20:30 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 8 Aug 2019 15:45:08 +0000 (18:45 +0300)
commit1425caac2840f52a7eca8d7abcaa5004b3bf991c
treee2e70ff36c6ff957b861db6f412084d4c1c36658
parentf131196319a2d08cc815140ca55092647ab3a072
Rename qca_wlan_vendor_attr_roam_subcmd to represent subcmds

qca_wlan_vendor_attr_roam_subcmd is an enum associated with the
attribute QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD. It represents different
sub command values and these are not the attributes. Hence, rename the
enum to qca_wlan_vendor_roaming_subcmd. Accordingly, the members of this
enum are also renamed to suite the usage.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h
src/drivers/driver_nl80211.c