api,header: fix description of `MMModemBand'

It was a bitmask once...
This commit is contained in:
Aleksander Morgado
2012-07-18 14:46:24 +02:00
parent f08c76f00c
commit d25f767559

View File

@@ -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_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. * @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 * Radio bands supported by the device when connecting to a mobile network.
* the device and the radio bands the device is allowed to use when
* connecting to a mobile network.
*/ */
typedef enum { /*< underscore_name=mm_modem_band >*/ typedef enum { /*< underscore_name=mm_modem_band >*/
MM_MODEM_BAND_UNKNOWN = 0, MM_MODEM_BAND_UNKNOWN = 0,