forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/net/hsr/hsr_framereg.h
....@@ -69,6 +69,8 @@
6969
7070 struct hsr_node {
7171 struct list_head mac_list;
72
+ /* Protect R/W access to seq_out */
73
+ spinlock_t seq_out_lock;
7274 unsigned char macaddress_A[ETH_ALEN];
7375 unsigned char macaddress_B[ETH_ALEN];
7476 /* Local slave through which AddrB frames are received from this node */