1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 18:51:17 +02:00

rename reg. override setting in wlcompat

SVN-Revision: 704
This commit is contained in:
Felix Fietkau 2005-04-22 21:08:39 +00:00
parent 4f9884d1be
commit d8ca7fb5e2

@ -569,12 +569,12 @@ static const struct iw_priv_args wlcompat_private_args[] =
{ PRIV_SET_TXPWR_LIMIT,
IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
0,
"set_txpwr_limit"
"set_txpwr_force"
},
{ PRIV_GET_TXPWR_LIMIT,
0,
IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
"get_txpwr_limit"
"get_txpwr_force"
}
};