Skip to content

Commit

Permalink
mt76: mt7915: fix command id for txbf action
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
nbd168 committed Jan 19, 2021
1 parent c4c9c40 commit eca2f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt7915/mcu.c
Expand Up @@ -3439,7 +3439,7 @@ int mt7915_mcu_set_txbf_module(struct mt7915_dev *dev)
.bf_bitmap = GENMASK(1, 0),
};

return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD_TXBF_ACTION, &req,
return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(TXBF_ACTION), &req,
sizeof(req), true);
}

Expand Down

0 comments on commit eca2f0e

Please sign in to comment.