From: Jouni Malinen Date: Thu, 23 Jun 2016 14:48:48 +0000 (+0300) Subject: FST: Make fst_action_names static X-Git-Tag: hostap_2_6~348 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94c4d78ef134ef379d0686b9226a5802d3d21a40;p=thirdparty%2Fhostap.git FST: Make fst_action_names static This is not used outside this file. Signed-off-by: Jouni Malinen --- diff --git a/src/fst/fst_session.c b/src/fst/fst_session.c index a80148ad0..652f46a42 100644 --- a/src/fst/fst_session.c +++ b/src/fst/fst_session.c @@ -44,7 +44,7 @@ #define FST_LLT_MS_DEFAULT 50 #define FST_ACTION_MAX_SUPPORTED FST_ACTION_ON_CHANNEL_TUNNEL -const char * const fst_action_names[] = { +static const char * const fst_action_names[] = { [FST_ACTION_SETUP_REQUEST] = "Setup Request", [FST_ACTION_SETUP_RESPONSE] = "Setup Response", [FST_ACTION_TEAR_DOWN] = "Tear Down",