]> git.ipfire.org Git - thirdparty/hostap.git/commit
Move hostapd_eid_wb_chsw_wrapper() to non-VHT-specific file
authorMuna Sinada <msinada@codeaurora.org>
Mon, 18 May 2020 13:57:15 +0000 (06:57 -0700)
committerJouni Malinen <j@w1.fi>
Wed, 10 Jun 2020 21:53:26 +0000 (00:53 +0300)
commitd51b1b7a660b5cba2e8059ccf8fb8955f6ee890f
treeca1a38201d3af2ff5e9b746572c14d5744d07c0a
parent1f72bbbefb5d7aed5636415b6edbfde4d15fff9d
Move hostapd_eid_wb_chsw_wrapper() to non-VHT-specific file

Move hostapd_eid_wb_chsw_wrapper() from VHT specific ieee802_11_vht.c to
ieee802_11.c since this can be used for both HE and VHT. This commit
does not change any functionality to enable the HE use case, i.e., the
function is just moved as-is.

Signed-off-by: Muna Sinada <msinada@codeaurora.org>
src/ap/ieee802_11.c
src/ap/ieee802_11_vht.c