tuner gain is not gettable

This commit is contained in:
Harald Welte 2012-02-29 02:15:40 +01:00
parent 67877f1692
commit f49513d482
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ static struct cmd cmds[] = {
"Initialize the tuner" },
{ "tuner.freq", CMD_OP_SET|CMD_OP_GET, cmd_rf_freq,
"Tune to the specified frequency" },
{ "tuner.gain", CMD_OP_SET|CMD_OP_GET, cmd_tuner_gain,
{ "tuner.gain", CMD_OP_SET, cmd_tuner_gain,
"Tune to the specified gain" },
{ "tuner.flt_bw_mix", CMD_OP_SET|CMD_OP_GET, cmd_flt_bw,
"Filter bandwidth (Mixer)" },