Commit ad0a043
net: dev: Use netif_rx().
Since commit
baebdf4 ("net: dev: Makes sure netif_rx() can be invoked in any context.")
the function netif_rx() can be used in preemptible/thread context as
well as in interrupt context.
Use netif_rx().
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>1 parent 2e83bdd commit ad0a043
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3860 | 3860 | | |
3861 | 3861 | | |
3862 | 3862 | | |
3863 | | - | |
| 3863 | + | |
3864 | 3864 | | |
3865 | 3865 | | |
3866 | 3866 | | |
| |||
10949 | 10949 | | |
10950 | 10950 | | |
10951 | 10951 | | |
10952 | | - | |
| 10952 | + | |
10953 | 10953 | | |
10954 | 10954 | | |
10955 | 10955 | | |
10956 | | - | |
| 10956 | + | |
10957 | 10957 | | |
10958 | 10958 | | |
10959 | 10959 | | |
| |||
0 commit comments