summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.h
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2015-06-11 14:35:57 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-11 09:08:59 -0700
commitca356ada7cf4668bf3eaa65a6a25671f185c2229 (patch)
treedcb739aa041615baac613bdd4d1057d30f3dac8f /drivers/staging/wilc1000/host_interface.h
parent57b298f54e7573df71eff677c9f6cce085c153e3 (diff)
downloadop-kernel-dev-ca356ada7cf4668bf3eaa65a6a25671f185c2229.zip
op-kernel-dev-ca356ada7cf4668bf3eaa65a6a25671f185c2229.tar.gz
staging: wilc1000: remove WILC_Sint8
Use s8 instead of WILC_Sint8. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/host_interface.h')
-rw-r--r--drivers/staging/wilc1000/host_interface.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/wilc1000/host_interface.h b/drivers/staging/wilc1000/host_interface.h
index a75efbf..1f107d0 100644
--- a/drivers/staging/wilc1000/host_interface.h
+++ b/drivers/staging/wilc1000/host_interface.h
@@ -128,12 +128,12 @@ typedef enum {WID_CHAR = 0,
typedef struct {
u16 cfg_wid;
WID_TYPE_T cfg_type;
- WILC_Sint8 *pu8Para;
+ s8 *pu8Para;
} cfg_param_t;
typedef struct _tstrStatistics {
u8 u8LinkSpeed;
- WILC_Sint8 s8RSSI;
+ s8 s8RSSI;
u32 u32TxCount;
u32 u32RxCount;
u32 u32TxFailureCount;
@@ -237,7 +237,7 @@ typedef enum {
typedef struct {
u8 au8bssid[6];
- WILC_Sint8 s8rssi;
+ s8 s8rssi;
} tstrFoundNetworkInfo;
typedef enum {SCAN_EVENT_NETWORK_FOUND = 0,
@@ -989,8 +989,8 @@ WILC_Sint32 host_int_get_host_chnl_num(WILC_WFIDrvHandle hWFIDrv, u8 *pu8ChNo);
* @date 8 March 2012
* @version 1.0
*/
-WILC_Sint32 host_int_get_rssi(WILC_WFIDrvHandle hWFIDrv, WILC_Sint8 *ps8Rssi);
-WILC_Sint32 host_int_get_link_speed(WILC_WFIDrvHandle hWFIDrv, WILC_Sint8 *ps8lnkspd);
+WILC_Sint32 host_int_get_rssi(WILC_WFIDrvHandle hWFIDrv, s8 *ps8Rssi);
+WILC_Sint32 host_int_get_link_speed(WILC_WFIDrvHandle hWFIDrv, s8 *ps8lnkspd);
/**
* @brief scans a set of channels
* @details
@@ -1074,7 +1074,7 @@ void host_int_send_join_leave_info_to_host
* @version 1.0
*/
void host_int_send_network_info_to_host
- (u8 *macStartAddress, u16 u16RxFrameLen, WILC_Sint8 s8Rssi);
+ (u8 *macStartAddress, u16 u16RxFrameLen, s8 s8Rssi);
/**
* @brief host interface initialization function
OpenPOWER on IntegriCloud