aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-commands.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h
index 8d2db9d22045..bd1ec933cd98 100644
--- a/drivers/net/wireless/iwlwifi/iwl-commands.h
+++ b/drivers/net/wireless/iwlwifi/iwl-commands.h
@@ -1245,7 +1245,7 @@ struct iwl_txfifo_flush_cmd {
1245 __le32 fifo_control; 1245 __le32 fifo_control;
1246 __le16 flush_control; 1246 __le16 flush_control;
1247 __le16 reserved; 1247 __le16 reserved;
1248} __attribute__ ((packed)); 1248} __packed;
1249 1249
1250/* 1250/*
1251 * REPLY_WEP_KEY = 0x20 1251 * REPLY_WEP_KEY = 0x20
@@ -3035,7 +3035,8 @@ struct iwl39_statistics_tx {
3035struct statistics_dbg { 3035struct statistics_dbg {
3036 __le32 burst_check; 3036 __le32 burst_check;
3037 __le32 burst_count; 3037 __le32 burst_count;
3038 __le32 reserved[4]; 3038 __le32 wait_for_silence_timeout_cnt;
3039 __le32 reserved[3];
3039} __packed; 3040} __packed;
3040 3041
3041struct iwl39_statistics_div { 3042struct iwl39_statistics_div {
@@ -3547,7 +3548,7 @@ struct iwl_sensitivity_cmd {
3547struct iwl_enhance_sensitivity_cmd { 3548struct iwl_enhance_sensitivity_cmd {
3548 __le16 control; /* always use "1" */ 3549 __le16 control; /* always use "1" */
3549 __le16 enhance_table[ENHANCE_HD_TABLE_SIZE]; /* use HD_* as index */ 3550 __le16 enhance_table[ENHANCE_HD_TABLE_SIZE]; /* use HD_* as index */
3550} __attribute__ ((packed)); 3551} __packed;
3551 3552
3552 3553
3553/** 3554/**