forked from pool/hostapd
cb50914d97
update version 2.1 OBS-URL: https://build.opensuse.org/request/show/230370 OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=24
13 lines
477 B
Diff
13 lines
477 B
Diff
Index: hostapd-2.1/src/utils/common.h
|
|
===================================================================
|
|
--- hostapd-2.1.orig/src/utils/common.h
|
|
+++ hostapd-2.1/src/utils/common.h
|
|
@@ -208,6 +208,7 @@ static inline unsigned int wpa_swap_32(u
|
|
#define host_to_le32(n) bswap_32(n)
|
|
#define be_to_host32(n) (n)
|
|
#define host_to_be32(n) (n)
|
|
+#define host_to_le32(n) bswap_32(n)
|
|
#define le_to_host64(n) bswap_64(n)
|
|
#define host_to_le64(n) bswap_64(n)
|
|
#define be_to_host64(n) (n)
|