diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/device.h | 1 | ||||
-rw-r--r-- | include/network.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/device.h b/include/device.h index 9e23aa85..bdaf2b07 100644 --- a/include/device.h +++ b/include/device.h @@ -43,7 +43,6 @@ enum connman_device_type { CONNMAN_DEVICE_TYPE_BLUETOOTH = 4, CONNMAN_DEVICE_TYPE_CELLULAR = 5, CONNMAN_DEVICE_TYPE_GPS = 6, - CONNMAN_DEVICE_TYPE_MBM = 14, CONNMAN_DEVICE_TYPE_VENDOR = 10000, }; diff --git a/include/network.h b/include/network.h index 4d40b05f..1f066ef4 100644 --- a/include/network.h +++ b/include/network.h @@ -44,7 +44,6 @@ enum connman_network_type { CONNMAN_NETWORK_TYPE_BLUETOOTH_PAN = 8, CONNMAN_NETWORK_TYPE_BLUETOOTH_DUN = 9, CONNMAN_NETWORK_TYPE_CELLULAR = 10, - CONNMAN_NETWORK_TYPE_MBM = 22, CONNMAN_NETWORK_TYPE_VENDOR = 10000, }; |