--- tools/l2test.c | 2 +- tools/rctest.c | 2 +- tools/scotest.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/l2test.c b/tools/l2test.c index 8e62227..a9fc642 100644 --- a/tools/l2test.c +++ b/tools/l2test.c @@ -978,7 +978,7 @@ static void do_send(int sk) seq = 0; while ((num_frames == -1) || (num_frames-- > 0)) { - bt_put_le32(seq, buf); + put_le32(seq, buf); put_le16(data_size, buf + 4); seq++; diff --git a/tools/rctest.c b/tools/rctest.c index 98fe792..2c7e45b 100644 --- a/tools/rctest.c +++ b/tools/rctest.c @@ -569,7 +569,7 @@ static void do_send(int sk) seq = 0; while ((num_frames == -1) || (num_frames-- > 0)) { - bt_put_le32(seq, buf); + put_le32(seq, buf); put_le16(data_size, buf + 4); seq++; diff --git a/tools/scotest.c b/tools/scotest.c index 13b9602..e5530d9 100644 --- a/tools/scotest.c +++ b/tools/scotest.c @@ -347,7 +347,7 @@ static void send_mode(char *svr) seq = 0; while (1) { - bt_put_le32(seq, buf); + put_le32(seq, buf); put_le16(data_size, buf + 4); seq++; -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html