summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/wireless_ext.c
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/os/linux/wireless_ext.c
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/os/linux/wireless_ext.c')
-rw-r--r--drivers/staging/ath6kl/os/linux/wireless_ext.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/ath6kl/os/linux/wireless_ext.c b/drivers/staging/ath6kl/os/linux/wireless_ext.c
index e09daec..ae2dfb4 100644
--- a/drivers/staging/ath6kl/os/linux/wireless_ext.c
+++ b/drivers/staging/ath6kl/os/linux/wireless_ext.c
@@ -1196,7 +1196,7 @@ ar6000_ioctl_siwgenie(struct net_device *dev,
#ifdef WAPI_ENABLE
u8 *ie = erq->pointer;
u8 ie_type = ie[0];
- A_UINT16 ie_length = erq->length;
+ u16 ie_length = erq->length;
u8 wapi_ie[128];
#endif
@@ -1249,7 +1249,7 @@ ar6000_ioctl_siwauth(struct net_device *dev,
AR_SOFTC_T *ar = (AR_SOFTC_T *)ar6k_priv(dev);
bool profChanged;
- A_UINT16 param;
+ u16 param;
A_INT32 ret;
A_INT32 value;
@@ -1418,7 +1418,7 @@ ar6000_ioctl_giwauth(struct net_device *dev,
struct iw_param *data, char *extra)
{
AR_SOFTC_T *ar = (AR_SOFTC_T *)ar6k_priv(dev);
- A_UINT16 param;
+ u16 param;
A_INT32 ret;
if (ar->arWmiReady == false) {
OpenPOWER on IntegriCloud