git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04d191c
)
llc2: Remove the station send queue
author
Ben Hutchings
<ben@decadent.org.uk>
Sat, 15 Sep 2012 17:11:32 +0000
(17:11 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 17 Sep 2012 17:04:18 +0000
(13:04 -0400)
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>
No differences found