Diff between d40ed08f446e4d3cdd3d02a8b20d9a66d8a5abdf and 2d9afa114507d8046e5b7be53471624c513a93ff

Changed Files

File Additions Deletions Status
mesh/net.c +0 -8 modified

Full Patch

diff --git a/mesh/net.c b/mesh/net.c
index cbdfd9d..ccfaaf2 100644
--- a/mesh/net.c
+++ b/mesh/net.c
@@ -74,14 +74,6 @@ enum _iv_upd_state {
 	IV_UPD_NORMAL_HOLD,
 };
 
-struct net_key {
-	struct mesh_key_set key_set;
-	unsigned int beacon_id;
-	uint8_t key[16];
-	uint8_t beacon_key[16];
-	uint8_t network_id[8];
-};
-
 struct mesh_subnet {
 	struct mesh_net *net;
 	uint16_t idx;