summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-02-02 14:05:53 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-02 14:34:50 -0800
commitf2ab1275cb1cfd033868cf0b7c67d1143199630e (patch)
tree763818bf53b4d37851a3c2dc9d30720905210110 /drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
parentc353f4b397982e210b890c1f1a246611ba222b92 (diff)
downloadop-kernel-dev-f2ab1275cb1cfd033868cf0b7c67d1143199630e.zip
op-kernel-dev-f2ab1275cb1cfd033868cf0b7c67d1143199630e.tar.gz
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/ar6000_drv.h')
-rw-r--r--drivers/staging/ath6kl/os/linux/include/ar6000_drv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h b/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
index c966f49..bef88eb 100644
--- a/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
+++ b/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
@@ -493,18 +493,18 @@ typedef struct ar6_softc {
u16 arListenIntervalT;
struct ar6000_version arVersion;
u32 arTargetType;
- A_INT8 arRssi;
+ s8 arRssi;
u8 arTxPwr;
bool arTxPwrSet;
A_INT32 arBitRate;
struct net_device_stats arNetStats;
struct iw_statistics arIwStats;
- A_INT8 arNumChannels;
+ s8 arNumChannels;
u16 arChannelList[32];
u32 arRegCode;
bool statsUpdatePending;
TARGET_STATS arTargetStats;
- A_INT8 arMaxRetries;
+ s8 arMaxRetries;
u8 arPhyCapability;
#ifdef CONFIG_HOST_TCMD_SUPPORT
u8 tcmdRxReport;
OpenPOWER on IntegriCloud