aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/include/athdrv_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/ath6kl/os/linux/include/athdrv_linux.h')
-rw-r--r--drivers/staging/ath6kl/os/linux/include/athdrv_linux.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/ath6kl/os/linux/include/athdrv_linux.h b/drivers/staging/ath6kl/os/linux/include/athdrv_linux.h
index c8aec1ae04f..ffde2c5284f 100644
--- a/drivers/staging/ath6kl/os/linux/include/athdrv_linux.h
+++ b/drivers/staging/ath6kl/os/linux/include/athdrv_linux.h
@@ -1009,7 +1009,7 @@ struct ar6000_version {
1009/* used by AR6000_IOCTL_WMI_GET_QOS_QUEUE */ 1009/* used by AR6000_IOCTL_WMI_GET_QOS_QUEUE */
1010struct ar6000_queuereq { 1010struct ar6000_queuereq {
1011 u8 trafficClass; 1011 u8 trafficClass;
1012 A_UINT16 activeTsids; 1012 u16 activeTsids;
1013}; 1013};
1014 1014
1015/* used by AR6000_IOCTL_WMI_GET_TARGET_STATS */ 1015/* used by AR6000_IOCTL_WMI_GET_TARGET_STATS */
@@ -1067,7 +1067,7 @@ typedef struct targetStats_t {
1067 A_UINT32 lq_val; 1067 A_UINT32 lq_val;
1068 1068
1069 A_UINT32 wow_num_pkts_dropped; 1069 A_UINT32 wow_num_pkts_dropped;
1070 A_UINT16 wow_num_events_discarded; 1070 u16 wow_num_events_discarded;
1071 1071
1072 A_INT16 noise_floor_calibation; 1072 A_INT16 noise_floor_calibation;
1073 A_INT16 cs_rssi; 1073 A_INT16 cs_rssi;
@@ -1132,10 +1132,10 @@ struct ar6000_gpio_intr_wait_cmd_s {
1132/* used by the AR6000_XIOCTL_DBGLOG_CFG_MODULE */ 1132/* used by the AR6000_XIOCTL_DBGLOG_CFG_MODULE */
1133typedef struct ar6000_dbglog_module_config_s { 1133typedef struct ar6000_dbglog_module_config_s {
1134 A_UINT32 valid; 1134 A_UINT32 valid;
1135 A_UINT16 mmask; 1135 u16 mmask;
1136 A_UINT16 tsr; 1136 u16 tsr;
1137 u32 rep; 1137 u32 rep;
1138 A_UINT16 size; 1138 u16 size;
1139} DBGLOG_MODULE_CONFIG; 1139} DBGLOG_MODULE_CONFIG;
1140 1140
1141typedef struct user_rssi_thold_t { 1141typedef struct user_rssi_thold_t {