Thread (19 messages) 19 messages, 5 authors, 2006-08-04

Re: SMSC LAN911x and LAN921x vendor driver

From: Stephen Hemminger <hidden>
Date: 2006-07-28 14:31:40

Possibly related (same subject, not in this thread)

+/* Tasklet declarations */
+static unsigned long rx_tasklet_parameter;
+static void smsc911x_rx_tasklet(unsigned long data);
+
+DECLARE_TASKLET(rx_tasklet, smsc911x_rx_tasklet, 0);
You can make this local with
static DECLARE_TASKLET(rx_tasklet, smsc911x_rx_tasklet, 0);
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help