]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Refactor usage of length macro(s)
authorManish Dharanenthiran <manish.dharanenthiran@oss.qualcomm.com>
Mon, 16 Jun 2025 11:22:50 +0000 (16:52 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 19 Jun 2025 19:23:37 +0000 (22:23 +0300)
commitc5b1e2599259ac456e1f9cf73364fa2f050df901
tree1a709323abbc114150a904c1a8955e8f316737fd
parentebedf6c0f08cbb933f7a153137386e1659caa9c0
hostapd: Refactor usage of length macro(s)

For calculation ML STA profile, currently there are two macros,
EHT_ML_STA_INFO_LEN and EHT_ML_STA_INFO_LENGTH. Both points to same
length, hence remove the later and use EHT_ML_STA_INFO_LEN macro length
definition only.

Signed-off-by: Manish Dharanenthiran <manish.dharanenthiran@oss.qualcomm.com>
src/ap/ieee802_11_eht.c