Linux Kernel
3.7.1
|
#include "csr_result.h"
Go to the source code of this file.
Macros | |
#define | CSR_WIFI_HIP_RESULT_INVALID_VALUE ((CsrResult) 1) /* Invalid argument value */ |
#define | CSR_WIFI_HIP_RESULT_NO_DEVICE ((CsrResult) 2) /* The specified device is no longer present */ |
#define | CSR_WIFI_HIP_RESULT_NO_SPACE ((CsrResult) 3) /* A queue or buffer is full */ |
#define | CSR_WIFI_HIP_RESULT_NO_MEMORY ((CsrResult) 4) /* Fatal error, no memory */ |
#define | CSR_WIFI_HIP_RESULT_RANGE ((CsrResult) 5) /* Request exceeds the range of a file or a buffer */ |
#define | CSR_WIFI_HIP_RESULT_NOT_FOUND ((CsrResult) 6) /* A file (typically a f/w patch) is not found */ |
Definition at line 23 of file csr_wifi_result.h.
#define CSR_WIFI_HIP_RESULT_NO_DEVICE ((CsrResult) 2) /* The specified device is no longer present */ |
Definition at line 24 of file csr_wifi_result.h.
Definition at line 26 of file csr_wifi_result.h.
Definition at line 25 of file csr_wifi_result.h.
#define CSR_WIFI_HIP_RESULT_NOT_FOUND ((CsrResult) 6) /* A file (typically a f/w patch) is not found */ |
Definition at line 28 of file csr_wifi_result.h.