Diff between 75fc5363771c88b44190e784d5c4e67c53191db7 and acccac28dbb2b9a026756c4f5634a01065cbc784
Changed Files
| File | Additions | Deletions | Status |
| tools/btmgmt.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index f4eb541..647c696 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -4725,7 +4725,7 @@ static void cmd_phy(int argc, char **argv)
if (mgmt_send(mgmt, MGMT_OP_SET_PHY_CONFIGURATION, index, sizeof(cp),
&cp, set_phy_rsp, NULL, NULL) == 0) {
error("Unable to send %s cmd",
- mgmt_opstr(MGMT_OP_GET_PHY_CONFIGURATION));
+ mgmt_opstr(MGMT_OP_SET_PHY_CONFIGURATION));
return bt_shell_noninteractive_quit(EXIT_FAILURE);
}
}