[PATCH] common: Provide the BIT() macro locally

Andrej Shadura <[email protected]>
Newsgroups gmane.linux.drivers.hostap
Message-ID <[email protected]>
wpa_ctrl.h can be installed separately with libwpa_client, so
utils/common.h won’t be available to its users.

Signed-off-by: Andrej Shadura <[email protected]>
---
 src/common/wpa_ctrl.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/common/wpa_ctrl.h b/src/common/wpa_ctrl.h
index b24ae63..b60859f 100644
--- a/src/common/wpa_ctrl.h
+++ b/src/common/wpa_ctrl.h
@@ -375,6 +375,10 @@ extern "C" {
 #define WDS_STA_INTERFACE_ADDED "WDS-STA-INTERFACE-ADDED "
 #define WDS_STA_INTERFACE_REMOVED "WDS-STA-INTERFACE-REMOVED "
 
+#ifndef BIT
+#define BIT(x) (1U << (x))
+#endif
+
 /* BSS command information masks */
 
 #define WPA_BSS_MASK_ALL		0xFFFDFFFF
-- 
2.20.1


_______________________________________________
Hostap mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/hostap
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.