]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix test build breakage when not compiling with mesh support
authorBen Greear <greearb@candelatech.com>
Wed, 18 Oct 2017 22:58:30 +0000 (15:58 -0700)
committerJouni Malinen <j@w1.fi>
Sat, 21 Oct 2017 07:59:15 +0000 (10:59 +0300)
Build breakage was introduced by commit
16579769ff7bb255e101c6b77fb2c47d3735a883 ('Add testing functionality for
resetting PN/IPN for configured keys') for some CONFIG_TESTING_OPTIONS=y
builds.

Signed-off-by: Ben Greear <greearb@candelatech.com>
src/ap/sta_info.h

index 3fb60f69fbed8c27de98c7bcc571ce281d8f261e..3809766a6339569ca08a727679456a33825a8eaa 100644 (file)
@@ -9,11 +9,7 @@
 #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"
 #include "common/wpa_common.h"