X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fpackage%2Fiwinfo%2Fsrc%2Fiwinfo_utils.h;fp=contrib%2Fpackage%2Fiwinfo%2Fsrc%2Fiwinfo_utils.h;h=0000000000000000000000000000000000000000;hp=57958b1b54967ff592eee6d3a823c6b3d7008e74;hb=89d48861e000a60cc6bd411c3a94ee6fdc3896d2;hpb=714727c3445dc692b9923bcd3ca5b7565b906912 diff --git a/contrib/package/iwinfo/src/iwinfo_utils.h b/contrib/package/iwinfo/src/iwinfo_utils.h deleted file mode 100644 index 57958b1b5..000000000 --- a/contrib/package/iwinfo/src/iwinfo_utils.h +++ /dev/null @@ -1,40 +0,0 @@ -/* - * iwinfo - Wireless Information Library - Utility Headers - * - * Copyright (C) 2010 Jo-Philipp Wich - * - * The iwinfo library is free software: you can redistribute it and/or - * modify it under the terms of the GNU General Public License version 2 - * as published by the Free Software Foundation. - * - * The iwinfo library 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 the iwinfo library. If not, see http://www.gnu.org/licenses/. - */ - -#ifndef __IWINFO_UTILS_H_ -#define __IWINFO_UTILS_H_ - -#include -#include - -#include "iwinfo.h" - -#define LOG10_MAGIC 1.25892541179 - -int iwinfo_ioctl(int cmd, void *ifr); - -int iwinfo_dbm2mw(int in); -int iwinfo_mw2dbm(int in); - -int iwinfo_ifup(const char *ifname); -int iwinfo_ifdown(const char *ifname); -int iwinfo_ifmac(const char *ifname); - -void iwinfo_close(void); - -#endif