From 12333f4169390914b19f90227123d0544c894760 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 21 May 2014 12:33:30 +0000 Subject: iwinfo: move wl_ops to iwinfo_wl.c, make functions static Signed-off-by: Felix Fietkau SVN-Revision: 40813 --- package/network/utils/iwinfo/src/iwinfo_lua.c | 50 +++++++++++++-------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'package/network/utils/iwinfo/src/iwinfo_lua.c') diff --git a/package/network/utils/iwinfo/src/iwinfo_lua.c b/package/network/utils/iwinfo/src/iwinfo_lua.c index 0cc9f52bac..9b7d6554db 100644 --- a/package/network/utils/iwinfo/src/iwinfo_lua.c +++ b/package/network/utils/iwinfo/src/iwinfo_lua.c @@ -611,31 +611,31 @@ static int iwinfo_L_countrylist(lua_State *L, int (*func)(const char *, char *, #ifdef USE_WL /* Broadcom */ -LUA_WRAP_INT(wl,channel) -LUA_WRAP_INT(wl,frequency) -LUA_WRAP_INT(wl,frequency_offset) -LUA_WRAP_INT(wl,txpower) -LUA_WRAP_INT(wl,txpower_offset) -LUA_WRAP_INT(wl,bitrate) -LUA_WRAP_INT(wl,signal) -LUA_WRAP_INT(wl,noise) -LUA_WRAP_INT(wl,quality) -LUA_WRAP_INT(wl,quality_max) -LUA_WRAP_STRING(wl,ssid) -LUA_WRAP_STRING(wl,bssid) -LUA_WRAP_STRING(wl,country) -LUA_WRAP_STRING(wl,hardware_name) -LUA_WRAP_STRING(wl,phyname) -LUA_WRAP_STRUCT(wl,mode) -LUA_WRAP_STRUCT(wl,assoclist) -LUA_WRAP_STRUCT(wl,txpwrlist) -LUA_WRAP_STRUCT(wl,scanlist) -LUA_WRAP_STRUCT(wl,freqlist) -LUA_WRAP_STRUCT(wl,countrylist) -LUA_WRAP_STRUCT(wl,hwmodelist) -LUA_WRAP_STRUCT(wl,encryption) -LUA_WRAP_STRUCT(wl,mbssid_support) -LUA_WRAP_STRUCT(wl,hardware_id) +LUA_WRAP_INT_OP(wl,channel) +LUA_WRAP_INT_OP(wl,frequency) +LUA_WRAP_INT_OP(wl,frequency_offset) +LUA_WRAP_INT_OP(wl,txpower) +LUA_WRAP_INT_OP(wl,txpower_offset) +LUA_WRAP_INT_OP(wl,bitrate) +LUA_WRAP_INT_OP(wl,signal) +LUA_WRAP_INT_OP(wl,noise) +LUA_WRAP_INT_OP(wl,quality) +LUA_WRAP_INT_OP(wl,quality_max) +LUA_WRAP_STRING_OP(wl,ssid) +LUA_WRAP_STRING_OP(wl,bssid) +LUA_WRAP_STRING_OP(wl,country) +LUA_WRAP_STRING_OP(wl,hardware_name) +LUA_WRAP_STRING_OP(wl,phyname) +LUA_WRAP_STRUCT_OP(wl,mode) +LUA_WRAP_STRUCT_OP(wl,assoclist) +LUA_WRAP_STRUCT_OP(wl,txpwrlist) +LUA_WRAP_STRUCT_OP(wl,scanlist) +LUA_WRAP_STRUCT_OP(wl,freqlist) +LUA_WRAP_STRUCT_OP(wl,countrylist) +LUA_WRAP_STRUCT_OP(wl,hwmodelist) +LUA_WRAP_STRUCT_OP(wl,encryption) +LUA_WRAP_STRUCT_OP(wl,mbssid_support) +LUA_WRAP_STRUCT_OP(wl,hardware_id) #endif #ifdef USE_MADWIFI -- cgit v1.2.3