bluetooth: finish DUN implementation

This commit is contained in:
Dan Williams
2010-01-28 11:21:53 -08:00
parent 75898f075b
commit 0a5a0146f8
10 changed files with 581 additions and 314 deletions

View File

@@ -365,6 +365,9 @@ typedef enum {
/* The supplicant is now available */
NM_DEVICE_STATE_REASON_SUPPLICANT_AVAILABLE,
/* The modem could not be found */
NM_DEVICE_STATE_REASON_MODEM_NOT_FOUND,
/* Unused */
NM_DEVICE_STATE_REASON_LAST = 0xFFFF
} NMDeviceStateReason;