diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index cc4e9122709e..7d4f131708f3 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -3544,6 +3544,16 @@ struct iwl_wimax_coex_cmd { | |||
3544 | *****************************************************************************/ | 3544 | *****************************************************************************/ |
3545 | 3545 | ||
3546 | struct iwl_rx_packet { | 3546 | struct iwl_rx_packet { |
3547 | /* | ||
3548 | * The first 4 bytes of the RX frame header contain both the RX frame | ||
3549 | * size and some flags. | ||
3550 | * Bit fields: | ||
3551 | * 31: flag flush RB request | ||
3552 | * 30: flag ignore TC (terminal counter) request | ||
3553 | * 29: flag fast IRQ request | ||
3554 | * 28-14: Reserved | ||
3555 | * 13-00: RX frame size | ||
3556 | */ | ||
3547 | __le32 len_n_flags; | 3557 | __le32 len_n_flags; |
3548 | struct iwl_cmd_header hdr; | 3558 | struct iwl_cmd_header hdr; |
3549 | union { | 3559 | union { |