Files
linux/drivers
Sven Eckelmann b411d498ee Staging: batman-adv: Prepare vis packets directly inside a skb
The vis information structure is used in a way that it can be transfered
directly as packet. It still had to be copied into a skb because of an
extra buffer used for the actual preparation of the data. This is
unnecessary and can be replaced by a simple clone instead of an full
copy before each send.

This makes also the send_raw_packet function obsolete.

Reported-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-09-05 00:29:47 -07:00
..
2010-08-24 15:28:28 +10:00
2010-08-21 12:47:05 -07:00
2010-06-16 18:08:32 +02:00
2010-08-20 09:34:56 -07:00
2010-06-01 12:04:35 -04:00
2010-06-16 18:05:05 +02:00
2010-07-26 08:05:31 -07:00
2010-07-27 12:40:54 +02:00