summaryrefslogtreecommitdiff
path: root/drivers/staging/csr/csr_wifi_vif_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/csr/csr_wifi_vif_utils.h')
-rw-r--r--drivers/staging/csr/csr_wifi_vif_utils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/csr/csr_wifi_vif_utils.h b/drivers/staging/csr/csr_wifi_vif_utils.h
index 4eafbecf630..523172d1ac9 100644
--- a/drivers/staging/csr/csr_wifi_vif_utils.h
+++ b/drivers/staging/csr/csr_wifi_vif_utils.h
@@ -64,9 +64,9 @@ extern "C" {
* @param[in] CsrWifiInterfaceMode : mode
*
* @return
- * CsrBool : returns true if the interface is allowed to operate in the mode otherwise false.
+ * u8 : returns true if the interface is allowed to operate in the mode otherwise false.
*/
-extern CsrBool CsrWifiVifUtilsCheckCompatibility(u8 interfaceCapability,
+extern u8 CsrWifiVifUtilsCheckCompatibility(u8 interfaceCapability,
u8 *currentInterfaceModes,
u16 interfaceTag,
CsrWifiInterfaceMode mode);
@@ -80,9 +80,9 @@ extern CsrBool CsrWifiVifUtilsCheckCompatibility(u8 interfaceCapabil
* @param[in] u16 : interfaceTag
*
* @return
- * CsrBool : returns true if the interface is supported, otherwise false.
+ * u8 : returns true if the interface is supported, otherwise false.
*/
-extern CsrBool CsrWifiVifUtilsIsSupported(u16 interfaceTag);
+extern u8 CsrWifiVifUtilsIsSupported(u16 interfaceTag);
#ifdef CSR_LOG_ENABLE
/**