summaryrefslogtreecommitdiff
path: root/host/libubertooth
diff options
context:
space:
mode:
authorDominic Spill <dominicgs@gmail.com>2016-08-11 19:38:08 +0100
committerDominic Spill <dominicgs@gmail.com>2016-08-11 19:38:08 +0100
commit579f25cb17424328e7d31652e445d3befc7bcecd (patch)
treebc511a56083ad6ec9334552c6d976f3e1fda7dcc /host/libubertooth
parent2bc65025733040c2bcc2cfd10e892c236670a9b9 (diff)
Fix issue #226 - Duplicate call to btbb_process_packet(pkt, pn)
- left over from merge conflict
Diffstat (limited to 'host/libubertooth')
-rw-r--r--host/libubertooth/src/ubertooth_callback.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/libubertooth/src/ubertooth_callback.c b/host/libubertooth/src/ubertooth_callback.c
index 92ffe6e..a983312 100644
--- a/host/libubertooth/src/ubertooth_callback.c
+++ b/host/libubertooth/src/ubertooth_callback.c
@@ -713,7 +713,6 @@ void cb_rx(ubertooth_t* ut, void* args)
lap, uap, pkt);
}
- r = btbb_process_packet(pkt, pn);
if(infile == NULL && r < 0) {
cmd_start_hopping(ut->devh, btbb_piconet_get_clk_offset(pn), 0);
calibrated = 0;