lkml.org 
[lkml]   [2020]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v2] net: qrtr: send msgs from local of same id as broadcast
From
From: WANG Wenhu <wenhu.wang@vivo.com>
Date: Tue, 7 Apr 2020 20:32:47 -0700

> - enqueue_fn = qrtr_bcast_enqueue;
> - if (addr->sq_port != QRTR_PORT_CTRL) {
> + if (addr->sq_port != QRTR_PORT_CTRL &&
> + qrtr_local_nid != QRTR_NODE_BCAST) {

This is still not correct, it should be:

if (addr->sq_port != QRTR_PORT_CTRL &&
qrtr_local_nid != QRTR_NODE_BCAST) {

\
 
 \ /
  Last update: 2020-04-08 21:57    [W:0.094 / U:1.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site