diff options
author | Taehee Yoo <ap420073@gmail.com> | 2020-03-08 13:47:06 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-08 21:36:37 -0700 |
commit | 376d5307e0572688997abdd7414da43002335cb8 (patch) | |
tree | bdb40feb1be0fb863dd09b704b62b8bd6b65fee8 /drivers/scsi | |
parent | 1033a215fee57a941f2620d143d2aad012e9f6bb (diff) | |
download | linux-376d5307e0572688997abdd7414da43002335cb8.tar.bz2 |
net: rmnet: set NETIF_F_LLTX flag
The rmnet_vnd_setup(), which is the callback of ->ndo_start_xmit() is
allowed to call concurrently because it uses RCU protected data.
So, it doesn't need tx lock.
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/scsi')
0 files changed, 0 insertions, 0 deletions