]> git.ipfire.org Git - thirdparty/hostap.git/commit
Share usec-to/from-TU conversion macros in a general location
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Tue, 16 Jul 2024 06:24:49 +0000 (11:54 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 6 Aug 2024 15:05:18 +0000 (18:05 +0300)
commit9f334fe683358ded6e31d798f291b1921ecd27b1
tree4765f0c3638d378dd3c0fdd5a28e895a5128a937
parent69deac87fbf6bfefae4b1b81f7f476f7a45d4ee1
Share usec-to/from-TU conversion macros in a general location

These can be used outside the context of FST and hostapd.c, so move the
macro definitions into a shared header file. In addition, fix the
currently unused US_TO_TU() definition and rename "US" to "USEC".

Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
src/ap/hostapd.c
src/common/defs.h
src/fst/fst_session.c