diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 22:50:00 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 22:50:00 +0100 |
commit | e8ebd3af7e42d20d1ac1712ba5d598d864957afd (patch) | |
tree | 377c0ef57b21a559571dd1d6216fa44a6e701b9a /src/mm-port-qmi.h | |
parent | 9f679d4cacde106a14ac68350c7173d31c1a3e5d (diff) |
core: replace 'master' with 'main'
Diffstat (limited to 'src/mm-port-qmi.h')
-rw-r--r-- | src/mm-port-qmi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-port-qmi.h b/src/mm-port-qmi.h index b238ede8..2e1afc8c 100644 --- a/src/mm-port-qmi.h +++ b/src/mm-port-qmi.h @@ -28,9 +28,9 @@ typedef enum { /*< underscore_name=mm_port_qmi_kernel_data_mode >*/ MM_PORT_QMI_KERNEL_DATA_MODE_NONE = 0, - /* ethernet packets over the master network interface */ + /* ethernet packets over the main network interface */ MM_PORT_QMI_KERNEL_DATA_MODE_802_3 = 1 << 0, - /* raw-ip packets over the master network interface */ + /* raw-ip packets over the main network interface */ MM_PORT_QMI_KERNEL_DATA_MODE_RAW_IP = 1 << 1, /* multiplexing support setup with rmnet */ MM_PORT_QMI_KERNEL_DATA_MODE_MUX_RMNET = 1 << 2, |