[libiwinfo] properly register txpower() function of madwifi backend
This commit is contained in:
parent
c3b79ead2e
commit
197d043107
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue