qcacmn: pass correct argument to qdf_nbuf_alloc
till date we were passing wrong argument to qdfnbuf_alloc now we are passing the right argument. Change-Id: Ie3ee8f1d870b410cbea3236d2fa42ae035a67e0f
这个提交包含在:
@@ -462,7 +462,7 @@ static inline int check_x86_paddr(struct dp_soc *dp_soc, qdf_nbuf_t *rx_netbuf,
|
||||
**/
|
||||
}
|
||||
|
||||
*rx_netbuf = qdf_nbuf_alloc(pdev->osif_pdev,
|
||||
*rx_netbuf = qdf_nbuf_alloc(dp_soc->osdev,
|
||||
RX_BUFFER_SIZE,
|
||||
RX_BUFFER_RESERVATION,
|
||||
RX_BUFFER_ALIGNMENT,
|
||||
|
在新工单中引用
屏蔽一个用户