Searched hist:"5 ecf9eea" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/llc/ |
H A D | llc_station.c | 5ecf9eea Sat Sep 15 12:11:32 CDT 2012 Ben Hutchings <ben@decadent.org.uk> llc2: Remove the station send queue
We only ever put one skb on the send queue, and then immediately send it. Remove the queue and call dev_queue_xmit() directly.
This leaves struct llc_station empty, so remove that as well.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net> 5ecf9eea Sat Sep 15 12:11:32 CDT 2012 Ben Hutchings <ben@decadent.org.uk> llc2: Remove the station send queue We only ever put one skb on the send queue, and then immediately send it. Remove the queue and call dev_queue_xmit() directly. This leaves struct llc_station empty, so remove that as well. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|