summaryrefslogtreecommitdiff
path: root/host/libubertooth
diff options
context:
space:
mode:
authorDominic Spill <dominicgs@gmail.com>2016-06-05 23:14:47 -0600
committerDominic Spill <dominicgs@gmail.com>2016-06-05 23:14:47 -0600
commit2d5fa01d6c952d266763bf6678093b7ab03030a8 (patch)
tree4ed4aaa596a120be30e7ad0430a5a4078dbc0a9f /host/libubertooth
parent30eb0953c1e434282041e73ceedd02fa5889fa5c (diff)
Add modulation "none" mode
Diffstat (limited to 'host/libubertooth')
-rw-r--r--host/libubertooth/src/ubertooth_interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/libubertooth/src/ubertooth_interface.h b/host/libubertooth/src/ubertooth_interface.h
index 9e951cc..2ac9e26 100644
--- a/host/libubertooth/src/ubertooth_interface.h
+++ b/host/libubertooth/src/ubertooth_interface.h
@@ -118,7 +118,8 @@ enum jam_modes {
enum modulations {
MOD_BT_BASIC_RATE = 0,
MOD_BT_LOW_ENERGY = 1,
- MOD_80211_FHSS = 2
+ MOD_80211_FHSS = 2,
+ MOD_NONE = 3
};
enum usb_pkt_types {