[libiwinfo] properly register txpower() function of madwifi backend

This commit is contained in:
Jo-Philipp Wich 2010-09-27 14:48:06 +00:00
parent c3b79ead2e
commit 197d043107

View file

@ -532,7 +532,7 @@ static const luaL_reg R_wl[] = {
static const luaL_reg R_madwifi[] = {
LUA_REG(madwifi,channel),
LUA_REG(madwifi,frequency),
LUA_REG(madwifi,frequency),
LUA_REG(madwifi,txpower),
LUA_REG(madwifi,bitrate),
LUA_REG(madwifi,signal),
LUA_REG(madwifi,noise),