diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-18 14:46:24 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-18 14:51:11 +0200 |
commit | d25f767559a9e558546c991cee1cb5ecdf037aec (patch) | |
tree | 9045944de65ae66fa488e481919d71e557a4e870 /include/ModemManager-enums.h | |
parent | f08c76f00cc52e672af8515440067b223e045a0c (diff) |
api,header: fix description of `MMModemBand'
It was a bitmask once...
Diffstat (limited to 'include/ModemManager-enums.h')
-rw-r--r-- | include/ModemManager-enums.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h index a8942ee2..1f3012e4 100644 --- a/include/ModemManager-enums.h +++ b/include/ModemManager-enums.h @@ -240,9 +240,7 @@ typedef enum { /*< underscore_name=mm_modem_mode >*/ * @MM_MODEM_BAND_CDMA_BC19_US_LOWER_700: CDMA Band Class 19 (US Lower 700MHz). * @MM_MODEM_BAND_ANY: For certain operations, allow the modem to select a band automatically. * - * A 64-bit wide bitfield describing the specific radio bands supported by - * the device and the radio bands the device is allowed to use when - * connecting to a mobile network. + * Radio bands supported by the device when connecting to a mobile network. */ typedef enum { /*< underscore_name=mm_modem_band >*/ MM_MODEM_BAND_UNKNOWN = 0, |