Skip to content

Commit

Permalink
Revert accidental debugging change
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
nbd168 committed Jul 13, 2019
1 parent b647180 commit 410923f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mt7615/mcu.c
Expand Up @@ -1259,8 +1259,7 @@ int mt7615_mcu_set_tx_power(struct mt7615_dev *dev)
goto out;

index += ret;
printk("eep data[%d]: %d << %d\n", index, data[index], tx_power);
// data[index] = min_t(u8, data[index], tx_power);
data[index] = min_t(u8, data[index], tx_power);
}

ret = __mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD_SET_TX_POWER_CTRL,
Expand Down

0 comments on commit 410923f

Please sign in to comment.