DATA_TEST_TX: Avoid ubsan warning on 0x80<<24 not fitting in int
authorJouni Malinen <j@w1.fi>
Tue, 7 Jul 2015 13:21:36 +0000 (16:21 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 7 Jul 2015 13:25:06 +0000 (16:25 +0300)
commit66f1e078e7fe9667ad07ec8da22a7bb8d617bef7
treedf5663914a2450a311cacc3dbc4688df3ff5fb07
parent75352270fa2e901bbdc181b27ea029430af379dc
DATA_TEST_TX: Avoid ubsan warning on 0x80<<24 not fitting in int

Use unsigned constant instead of signed to avoid warning with the LSB
being set in an int.

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