radiotap: Fix compilation for systems without le16toh/le32toh
authorIlan Peer <ilan.peer@intel.com>
Thu, 24 Apr 2014 05:45:34 +0000 (08:45 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 24 Apr 2014 09:15:32 +0000 (12:15 +0300)
commitdcdce14741c613f64b0d94810c20961d134baa8b
tree6036866aff6b39a2717b748cd353a5ed8af5914e
parent9176ec066ec507e21bcbcc86c177e05e81478167
radiotap: Fix compilation for systems without le16toh/le32toh

These functions are not standard and do not exist in all systems, e.g.,
variants of Android. Instead use the macros defined in common.h.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
src/utils/platform.h