summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/csr_wifi_vif_utils.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-20 12:25:15 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-20 12:25:15 -0700
commit5379b13d9e063e9bb2078a1c642f8df8c914e022 (patch)
tree7ab0300b286185696e51b436a98fcf8f19bef4ce /drivers/staging/csr/csr_wifi_vif_utils.h
parentc781b96b8007d758a38e9c670957ba48e254f039 (diff)
downloadop-kernel-dev-5379b13d9e063e9bb2078a1c642f8df8c914e022.zip
op-kernel-dev-5379b13d9e063e9bb2078a1c642f8df8c914e022.tar.gz
staging: csr: remove CsrBool typedef
Use u8 instead. Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com> Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com> Cc: Riku Mettälä <riku.mettala@bluegiga.com> Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 4eafbec..523172d 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
/**
OpenPOWER on IntegriCloud