commit | 3d55080bf3adfd91df2d28663dde6dbcccd113af | [log] [tgz] |
---|---|---|
author | Lingao Meng <menglingao@xiaomi.com> | Fri Nov 13 20:22:24 2020 -0800 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Thu Nov 26 12:21:09 2020 +0200 |
tree | 6004ae2506acbe9b162d7a265e3303ec6957130f | |
parent | 41b7e5da7b453ce6ec648e29825f3e71048b498a [diff] |
Bluetooth: Mesh: Fixes missing recv net_idx copy to context Missing copy net_idx to ctx, this cause tx subnet not found or different with rx subnet, when rx subnet net_idx not zero. Signed-off-by: Lingao Meng <menglingao@xiaomi.com>