diff mbox series

Fix build breakage when not compiling with MESH support.

Message ID 1508367510-8828-1-git-send-email-greearb@candelatech.com
State Accepted
Headers show
Series Fix build breakage when not compiling with MESH support. | expand

Commit Message

Ben Greear Oct. 18, 2017, 10:58 p.m. UTC
From: Ben Greear <greearb@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@candelatech.com>
---
 src/ap/sta_info.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Jouni Malinen Oct. 21, 2017, 6:32 p.m. UTC | #1
On Wed, Oct 18, 2017 at 03:58:30PM -0700, greearb@candelatech.com wrote:
> Build breakage was introduced by commit 16579769ff7bb255e101c6b77fb2c47d3735a883
> "Add testing functionality for resetting PN/IPN for configured keys"

Thanks, applied.
diff mbox series

Patch

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"