]> git.ipfire.org Git - thirdparty/hostap.git/commit
BSS coloring: Fix bitmap check
authorJouni Malinen <j@w1.fi>
Sun, 8 May 2022 09:33:15 +0000 (12:33 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 8 May 2022 13:36:09 +0000 (16:36 +0300)
commit469528a6e5df9b9903d465e17e2562472e2dc4a1
treeb936d8ee558a3474cf70048a601d55e072f6b1ee
parent8392c86df0745c82f4e1ce1b9613905ba9d34f1f
BSS coloring: Fix bitmap check

BIT(r) is not sufficient here since it does not cover 64 bit values.
Write this out with 1ULL to be large enough for the shift operation.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/hostapd.c