aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/core/netpoll.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/core/netpoll.c b/net/core/netpoll.c
index d09affdbad3c..c02a08da6d42 100644
--- a/net/core/netpoll.c
+++ b/net/core/netpoll.c
@@ -725,6 +725,10 @@ int netpoll_setup(struct netpoll *np)
725 npinfo->rx_np = np; 725 npinfo->rx_np = np;
726 spin_unlock_irqrestore(&npinfo->rx_lock, flags); 726 spin_unlock_irqrestore(&npinfo->rx_lock, flags);
727 } 727 }
728
729 /* fill up the skb queue */
730 refill_skbs();
731
728 /* last thing to do is link it to the net device structure */ 732 /* last thing to do is link it to the net device structure */
729 ndev->npinfo = npinfo; 733 ndev->npinfo = npinfo;
730 734