summaryrefslogtreecommitdiff
path: root/cesar/test_general/station/fcall/src/sta_mgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/test_general/station/fcall/src/sta_mgr.c')
-rw-r--r--cesar/test_general/station/fcall/src/sta_mgr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cesar/test_general/station/fcall/src/sta_mgr.c b/cesar/test_general/station/fcall/src/sta_mgr.c
index 1c877d48ed..e08c59ddec 100644
--- a/cesar/test_general/station/fcall/src/sta_mgr.c
+++ b/cesar/test_general/station/fcall/src/sta_mgr.c
@@ -40,7 +40,6 @@ fc_sta_mgr_get_unassoc_sta (fcall_ctx_t *fcall, fcall_param_t **param,
uint numDisSta;
uint numDisNet;
uint tei;
- mac_t mac_address;
uint is_cco;
uint pco_glid;
@@ -65,7 +64,6 @@ fc_sta_mgr_get_unassoc_sta (fcall_ctx_t *fcall, fcall_param_t **param,
numDisSta = sta->numDisSta;
numDisNet = sta->numDisNet;
tei = cp_sta_get_tei (sta);
- mac_address = cp_sta_get_mac_address (sta);
is_cco = cp_sta_get_cco_status (sta);
pco_glid = cp_sta_get_pco_glid (sta);