diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965-hw.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965-hw.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965-hw.h b/drivers/net/wireless/iwlwifi/iwl-4965-hw.h index de7bac149723..3d098da25fc9 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965-hw.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965-hw.h | |||
@@ -1554,29 +1554,29 @@ struct iwl4965_sched_queue_byte_cnt_tbl { | |||
1554 | struct iwl4965_shared { | 1554 | struct iwl4965_shared { |
1555 | struct iwl4965_sched_queue_byte_cnt_tbl | 1555 | struct iwl4965_sched_queue_byte_cnt_tbl |
1556 | queues_byte_cnt_tbls[IWL_MAX_NUM_QUEUES]; | 1556 | queues_byte_cnt_tbls[IWL_MAX_NUM_QUEUES]; |
1557 | __le32 val0; | 1557 | __le32 rb_closed; |
1558 | 1558 | ||
1559 | /* __le32 rb_closed_stts_rb_num:12; */ | 1559 | /* __le32 rb_closed_stts_rb_num:12; */ |
1560 | #define IWL_rb_closed_stts_rb_num_POS 0 | 1560 | #define IWL_rb_closed_stts_rb_num_POS 0 |
1561 | #define IWL_rb_closed_stts_rb_num_LEN 12 | 1561 | #define IWL_rb_closed_stts_rb_num_LEN 12 |
1562 | #define IWL_rb_closed_stts_rb_num_SYM val0 | 1562 | #define IWL_rb_closed_stts_rb_num_SYM rb_closed |
1563 | /* __le32 rsrv1:4; */ | 1563 | /* __le32 rsrv1:4; */ |
1564 | /* __le32 rb_closed_stts_rx_frame_num:12; */ | 1564 | /* __le32 rb_closed_stts_rx_frame_num:12; */ |
1565 | #define IWL_rb_closed_stts_rx_frame_num_POS 16 | 1565 | #define IWL_rb_closed_stts_rx_frame_num_POS 16 |
1566 | #define IWL_rb_closed_stts_rx_frame_num_LEN 12 | 1566 | #define IWL_rb_closed_stts_rx_frame_num_LEN 12 |
1567 | #define IWL_rb_closed_stts_rx_frame_num_SYM val0 | 1567 | #define IWL_rb_closed_stts_rx_frame_num_SYM rb_closed |
1568 | /* __le32 rsrv2:4; */ | 1568 | /* __le32 rsrv2:4; */ |
1569 | 1569 | ||
1570 | __le32 val1; | 1570 | __le32 frm_finished; |
1571 | /* __le32 frame_finished_stts_rb_num:12; */ | 1571 | /* __le32 frame_finished_stts_rb_num:12; */ |
1572 | #define IWL_frame_finished_stts_rb_num_POS 0 | 1572 | #define IWL_frame_finished_stts_rb_num_POS 0 |
1573 | #define IWL_frame_finished_stts_rb_num_LEN 12 | 1573 | #define IWL_frame_finished_stts_rb_num_LEN 12 |
1574 | #define IWL_frame_finished_stts_rb_num_SYM val1 | 1574 | #define IWL_frame_finished_stts_rb_num_SYM frm_finished |
1575 | /* __le32 rsrv3:4; */ | 1575 | /* __le32 rsrv3:4; */ |
1576 | /* __le32 frame_finished_stts_rx_frame_num:12; */ | 1576 | /* __le32 frame_finished_stts_rx_frame_num:12; */ |
1577 | #define IWL_frame_finished_stts_rx_frame_num_POS 16 | 1577 | #define IWL_frame_finished_stts_rx_frame_num_POS 16 |
1578 | #define IWL_frame_finished_stts_rx_frame_num_LEN 12 | 1578 | #define IWL_frame_finished_stts_rx_frame_num_LEN 12 |
1579 | #define IWL_frame_finished_stts_rx_frame_num_SYM val1 | 1579 | #define IWL_frame_finished_stts_rx_frame_num_SYM frm_finished |
1580 | /* __le32 rsrv4:4; */ | 1580 | /* __le32 rsrv4:4; */ |
1581 | 1581 | ||
1582 | __le32 padding1; /* so that allocation will be aligned to 16B */ | 1582 | __le32 padding1; /* so that allocation will be aligned to 16B */ |