[PATCH] Fix build breakage when not compiling with MESH support.

greearb at candelatech.com greearb at candelatech.com
Wed Oct 18 15:58:30 PDT 2017


From: Ben Greear <greearb at candelatech.com>

Build breakage was introduced by commit 16579769ff7bb255e101c6b77fb2c47d3735a883
"Add testing functionality for resetting PN/IPN for configured keys"

Signed-off-by: Ben Greear <greearb at candelatech.com>
---
 src/ap/sta_info.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/ap/sta_info.h b/src/ap/sta_info.h
index 3fb60f6..a4d314a 100644
--- a/src/ap/sta_info.h
+++ b/src/ap/sta_info.h
@@ -9,10 +9,8 @@
 #ifndef STA_INFO_H
 #define STA_INFO_H
 
-#ifdef CONFIG_MESH
 /* needed for mesh_plink_state enum */
 #include "common/defs.h"
-#endif /* CONFIG_MESH */
 
 #include "list.h"
 #include "vlan.h"
-- 
2.7.5




More information about the Hostap mailing list