qcacmn: Get Rx TLV offsets from structure
Size of the TLVs have changed across generation of chipsets Offset values need to be configured into DMA register for preheader DMA Added APIs to get offsets of each TLV based on chip type Change-Id: Ic011332cbf3a1017f324f246e47c9e2c91441c70
这个提交包含在:
@@ -1436,6 +1436,22 @@ struct hal_hw_txrx_ops qca5018_hal_hw_txrx_ops = {
|
||||
hal_rx_get_rx_sequence_5018,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
/* rx - TLV struct offsets */
|
||||
hal_rx_msdu_end_offset_get_generic,
|
||||
hal_rx_attn_offset_get_generic,
|
||||
hal_rx_msdu_start_offset_get_generic,
|
||||
hal_rx_mpdu_start_offset_get_generic,
|
||||
hal_rx_mpdu_end_offset_get_generic
|
||||
};
|
||||
|
||||
struct hal_hw_srng_config hw_srng_table_5018[] = {
|
||||
|
在新工单中引用
屏蔽一个用户