staging: ath6kl: Convert A_UINT16 to u16
[pandora-kernel.git] / drivers / staging / ath6kl / include / common / wlan_dset.h
index e092020..e775b25 100644 (file)
@@ -27,7 +27,7 @@ typedef PREPACK struct wow_config_dset {
 
     u8 valid_dset;
     u8 gpio_enable;
-    A_UINT16 gpio_pin;
+    u16 gpio_pin;
 } POSTPACK WOW_CONFIG_DSET;
 
 #endif