From 5f69967391ef8ea13b909e30e77a1afb45327a31 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Mon, 18 Apr 2016 21:25:20 +0000 Subject: [PATCH] rm FossilOrigin-Name: 80b8d303d63ba7d9c3fbdda4244e4680bde2a38356176f82c560401540a88c12 --- src/cw/cw_out_radio_operational_states.c | 40 ---------------------- src/cw/cw_out_radio_operational_states_7.c | 40 ---------------------- 2 files changed, 80 deletions(-) delete mode 100644 src/cw/cw_out_radio_operational_states.c delete mode 100644 src/cw/cw_out_radio_operational_states_7.c diff --git a/src/cw/cw_out_radio_operational_states.c b/src/cw/cw_out_radio_operational_states.c deleted file mode 100644 index ff0ed868..00000000 --- a/src/cw/cw_out_radio_operational_states.c +++ /dev/null @@ -1,40 +0,0 @@ -/* - This file is part of actube. - - actube is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - libcapwap is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Foobar. If not, see . - -*/ - -#include "cw.h" -#include "capwap_items.h" - -#include "dbg.h" -#include "log.h" -#include "radio.h" - - -int xxcw_out_radio_operational_states(struct conn *conn, struct cw_action_out *a, uint8_t * dst) -{ - int nerror=0; - int l = cw_put_radio_operational_states(conn->radios,dst,&nerror,0); - if (nerror) { - if (a->mand) { - cw_log(LOG_ERROR,"Could not send Radio Operational State for all radios. Sent %d out of %d.", - conn->radios->count-nerror,conn->radios->count); - - } - } - return l; -} - diff --git a/src/cw/cw_out_radio_operational_states_7.c b/src/cw/cw_out_radio_operational_states_7.c deleted file mode 100644 index e63c8c0c..00000000 --- a/src/cw/cw_out_radio_operational_states_7.c +++ /dev/null @@ -1,40 +0,0 @@ -/* - This file is part of actube. - - actube is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - libcapwap is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Foobar. If not, see . - -*/ - -#include "cw.h" -#include "capwap_items.h" - -#include "dbg.h" -#include "log.h" -#include "radio.h" - - -int cw_out_radio_operational_states_7(struct conn *conn, struct cw_action_out *a, uint8_t * dst) -{ - int nerror=0; - int l = cw_put_radio_operational_states(conn->radios,dst,&nerror,0); - if (nerror) { - if (a->mand) { - cw_log(LOG_ERROR,"Could not send Radio Operational State for all radios. Sent %d out of %d.", - conn->radios->count-nerror,conn->radios->count); - - } - } - return l; -} -