qcacmn: Add hal_rx_get_mpdu_sequence_control_valid API
Implement hal_rx_get_mpdu_sequence_control_valid API based on the chipset as the macro to retrieve sequence control valid value is chipset dependent. Change-Id: I01a006094d0330060e9ff1a91200c48c2426f38d CRs-Fixed: 2522133
此提交包含在:

提交者
nshrivas

父節點
aa7628361e
當前提交
68d6f0d585
@@ -404,6 +404,7 @@ struct hal_hw_txrx_ops {
|
||||
(*hal_rx_mpdu_get_addr3)(uint8_t *buf, uint8_t *mac_addr);
|
||||
QDF_STATUS
|
||||
(*hal_rx_mpdu_get_addr4)(uint8_t *buf, uint8_t *mac_addr);
|
||||
uint8_t (*hal_rx_get_mpdu_sequence_control_valid)(uint8_t *buf);
|
||||
};
|
||||
|
||||
/**
|
||||
|
新增問題並參考
封鎖使用者