aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-02-02 17:05:53 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-02 17:34:50 -0500
commitf2ab1275cb1cfd033868cf0b7c67d1143199630e (patch)
tree763818bf53b4d37851a3c2dc9d30720905210110 /drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h
parentc353f4b397982e210b890c1f1a246611ba222b92 (diff)
staging: ath6kl: Convert A_INT8 to s8
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h')
-rw-r--r--drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h b/drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h
index d21ca879bff..bd62141b89e 100644
--- a/drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h
+++ b/drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h
@@ -43,7 +43,7 @@ void ar6000_disconnect_event(struct ar6_softc *ar, u8 reason,
43void ar6000_tkip_micerr_event(struct ar6_softc *ar, u8 keyid, 43void ar6000_tkip_micerr_event(struct ar6_softc *ar, u8 keyid,
44 bool ismcast); 44 bool ismcast);
45void ar6000_bitrate_rx(void *devt, A_INT32 rateKbps); 45void ar6000_bitrate_rx(void *devt, A_INT32 rateKbps);
46void ar6000_channelList_rx(void *devt, A_INT8 numChan, u16 *chanList); 46void ar6000_channelList_rx(void *devt, s8 numChan, u16 *chanList);
47void ar6000_regDomain_event(struct ar6_softc *ar, u32 regCode); 47void ar6000_regDomain_event(struct ar6_softc *ar, u32 regCode);
48void ar6000_txPwr_rx(void *devt, u8 txPwr); 48void ar6000_txPwr_rx(void *devt, u8 txPwr);
49void ar6000_keepalive_rx(void *devt, u8 configured); 49void ar6000_keepalive_rx(void *devt, u8 configured);
@@ -109,7 +109,7 @@ int ar6000_get_driver_cfg(struct net_device *dev,
109void ar6000_bssInfo_event_rx(struct ar6_softc *ar, u8 *data, int len); 109void ar6000_bssInfo_event_rx(struct ar6_softc *ar, u8 *data, int len);
110 110
111void ar6000_dbglog_event(struct ar6_softc *ar, u32 dropped, 111void ar6000_dbglog_event(struct ar6_softc *ar, u32 dropped,
112 A_INT8 *buffer, u32 length); 112 s8 *buffer, u32 length);
113 113
114int ar6000_dbglog_get_debug_logs(struct ar6_softc *ar); 114int ar6000_dbglog_get_debug_logs(struct ar6_softc *ar);
115 115