summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/include/common/ini_dset.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-02-02 14:05:50 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-02 14:34:50 -0800
commit4853ac05cff7745979830c52fe6fb46a7be6fa94 (patch)
tree3ac45cd8a9aaaee0c0de0cb50db78ba62844bbed /drivers/staging/ath6kl/include/common/ini_dset.h
parentab3655dae4948a82a3be52681af0b778ead2c0ff (diff)
downloadop-kernel-dev-4853ac05cff7745979830c52fe6fb46a7be6fa94.zip
op-kernel-dev-4853ac05cff7745979830c52fe6fb46a7be6fa94.tar.gz
staging: ath6kl: Convert A_UINT16 to u16
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/include/common/ini_dset.h')
-rw-r--r--drivers/staging/ath6kl/include/common/ini_dset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/ath6kl/include/common/ini_dset.h b/drivers/staging/ath6kl/include/common/ini_dset.h
index 8cf1af8..d6f2301 100644
--- a/drivers/staging/ath6kl/include/common/ini_dset.h
+++ b/drivers/staging/ath6kl/include/common/ini_dset.h
@@ -74,8 +74,8 @@ typedef enum {
} WHAL_INI_DATA_ID;
typedef PREPACK struct {
- A_UINT16 freqIndex; // 1 - A mode 2 - B or G mode 0 - common
- A_UINT16 offset;
+ u16 freqIndex; // 1 - A mode 2 - B or G mode 0 - common
+ u16 offset;
A_UINT32 newValue;
} POSTPACK INI_DSET_REG_OVERRIDE;
OpenPOWER on IntegriCloud