qcacmn: set nbuf next to NULL before calling ME convert API
ME code calls dp_tx_send_msdu_multiple API for Tx the converted unicast packets. Set nbuf next to NULL before calling ME convert API to avoid Tx of nbuf->next multiple times Change-Id: Id063e227b56c494108dc23bd2fdbdc9c085ba4ab
此提交包含在:
@@ -2622,6 +2622,7 @@ static inline bool dp_tx_mcast_enhance(struct dp_vdev *vdev, qdf_nbuf_t nbuf)
|
||||
if (DP_FRAME_IS_MULTICAST((eh)->ether_dhost) &&
|
||||
!DP_FRAME_IS_BROADCAST((eh)->ether_dhost)) {
|
||||
dp_verbose_debug("Mcast frm for ME %pK", vdev);
|
||||
qdf_nbuf_set_next(nbuf, NULL);
|
||||
|
||||
DP_STATS_INC_PKT(vdev, tx_i.mcast_en.mcast_pkt, 1,
|
||||
qdf_nbuf_len(nbuf));
|
||||
|
新增問題並參考
封鎖使用者