qcacmn: Add hal_rx_get_mpdu_frame_control_valid API
Implement hal_rx_get_mpdu_frame_control_valid API based on the chipset as the macro to retrieve frame control valid value is chipset dependent. Change-Id: I49d16ae44b2e9567ff746d2088058f0c1025ea40 CRs-Fixed: 2522133
This commit is contained in:

committed by
nshrivas

parent
1e3a479fdf
commit
25ba7b8c4f
@@ -395,6 +395,7 @@ struct hal_hw_txrx_ops {
|
||||
uint32_t (*hal_rx_mpdu_start_sw_peer_id_get)(uint8_t *buf);
|
||||
uint32_t (*hal_rx_mpdu_get_to_ds)(uint8_t *buf);
|
||||
uint32_t (*hal_rx_mpdu_get_fr_ds)(uint8_t *buf);
|
||||
uint8_t (*hal_rx_get_mpdu_frame_control_valid)(uint8_t *buf);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user