llc2: Remove the station send queue
authorBen Hutchings <ben@decadent.org.uk>
Sat, 15 Sep 2012 17:11:32 +0000 (17:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Sep 2012 17:04:18 +0000 (13:04 -0400)
commit5ecf9eea2660c4fe894fabd3c3d0b64860fb0160
tree88e9225ae11f69922c5bc45842fe9bbcf7dfb419
parent04d191c259e2a2832ea7aef14cb02fe03a71d51f
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>
net/llc/llc_station.c