mirror of https://github.com/hak5/openwrt-owl.git
parent
4f9884d1be
commit
d8ca7fb5e2
|
@ -569,12 +569,12 @@ static const struct iw_priv_args wlcompat_private_args[] =
|
||||||
{ PRIV_SET_TXPWR_LIMIT,
|
{ PRIV_SET_TXPWR_LIMIT,
|
||||||
IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
|
IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
|
||||||
0,
|
0,
|
||||||
"set_txpwr_limit"
|
"set_txpwr_force"
|
||||||
},
|
},
|
||||||
{ PRIV_GET_TXPWR_LIMIT,
|
{ PRIV_GET_TXPWR_LIMIT,
|
||||||
0,
|
0,
|
||||||
IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
|
IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
|
||||||
"get_txpwr_limit"
|
"get_txpwr_force"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue