summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/csr_wifi_nme_ap_lib.h
diff options
context:
space:
mode:
authorDevendra Naga <devendra.aaru@gmail.com>2012-11-01 02:24:42 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-01 08:48:56 -0700
commit4a530183f5caa0df3a353ee75b8baa231b489ebd (patch)
treeaf30daad6cdd3049a09d626e027db507874d28c8 /drivers/staging/csr/csr_wifi_nme_ap_lib.h
parent1454201f2d40f210af7421eb85937a8127ea9100 (diff)
downloadop-kernel-dev-4a530183f5caa0df3a353ee75b8baa231b489ebd.zip
op-kernel-dev-4a530183f5caa0df3a353ee75b8baa231b489ebd.tar.gz
staging: csr: csr_wifi_nme_ap_lib.h: remove the function prototypes
these function prototypes are missing the function definition, remove them all. Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/csr/csr_wifi_nme_ap_lib.h')
-rw-r--r--drivers/staging/csr/csr_wifi_nme_ap_lib.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/staging/csr/csr_wifi_nme_ap_lib.h b/drivers/staging/csr/csr_wifi_nme_ap_lib.h
index 7d2fccd..6d8df83 100644
--- a/drivers/staging/csr/csr_wifi_nme_ap_lib.h
+++ b/drivers/staging/csr/csr_wifi_nme_ap_lib.h
@@ -53,24 +53,6 @@ void CsrWifiNmeApFreeUpstreamMessageContents(u16 eventClass, void *message);
*----------------------------------------------------------------------------*/
void CsrWifiNmeApFreeDownstreamMessageContents(u16 eventClass, void *message);
-/*----------------------------------------------------------------------------*
- * Enum to string functions
- *----------------------------------------------------------------------------*/
-const char* CsrWifiNmeApPersCredentialTypeToString(CsrWifiNmeApPersCredentialType value);
-
-
-/*----------------------------------------------------------------------------*
- * CsrPrim Type toString function.
- * Converts a message type to the String name of the Message
- *----------------------------------------------------------------------------*/
-const char* CsrWifiNmeApPrimTypeToString(CsrPrim msgType);
-
-/*----------------------------------------------------------------------------*
- * Lookup arrays for PrimType name Strings
- *----------------------------------------------------------------------------*/
-extern const char *CsrWifiNmeApUpstreamPrimNames[CSR_WIFI_NME_AP_PRIM_UPSTREAM_COUNT];
-extern const char *CsrWifiNmeApDownstreamPrimNames[CSR_WIFI_NME_AP_PRIM_DOWNSTREAM_COUNT];
-
/*******************************************************************************
NAME
OpenPOWER on IntegriCloud