qcacmn: Fix dp_rx.h documentation (pass 2)
Previous the following patch fixed all of the known kernel-doc issues in dp/wifi3.0/dp_rx.h: Change-Id Id0ac49ebfa23790346384d688cc6346f513a7969 qcacmn: Fix dp/wifi3.0/dp_rx.* documentation Unfortunately, the following patch introduced two new issues since it copied incorrectly formatted documentation that had not yet been corrected: Change-Id Ic51a9742f65cee677ed7f3081f49fb3ece5b42f1 qcacmn: Optimize DP Rx Error Handling (Part-1) So fix those two new issues. Change-Id: Iea99708e31564525d0d4a0d94ea04ef9aa036ed8 CRs-Fixed: 3403645
此提交包含在:
@@ -3268,11 +3268,11 @@ bool dp_rx_is_sg_formation_required(struct hal_wbm_err_desc_info *info);
|
||||
void dp_rx_err_tlv_invalidate(struct dp_soc *soc,
|
||||
qdf_nbuf_t nbuf);
|
||||
|
||||
/*
|
||||
/**
|
||||
* dp_rx_wbm_sg_list_last_msdu_war() - war for HW issue
|
||||
* @soc: DP SOC handle
|
||||
*
|
||||
* This is a war for HW issue where length is only valid in last msdu
|
||||
* @soc: DP SOC handle
|
||||
*
|
||||
* Return: NONE
|
||||
*/
|
||||
@@ -3318,7 +3318,7 @@ bool dp_rx_null_q_handle_invalid_peer_id_exception(struct dp_soc *soc,
|
||||
*/
|
||||
bool dp_rx_err_drop_3addr_mcast(struct dp_vdev *vdev, uint8_t *rx_tlv_hdr);
|
||||
|
||||
/*
|
||||
/**
|
||||
* dp_rx_deliver_to_osif_stack() - function to deliver rx pkts to stack
|
||||
* @soc: DP soc
|
||||
* @vdev: DP vdev handle
|
||||
|
新增問題並參考
封鎖使用者