[PATCH 1/2 v2] PS3: changed the way to handle tx skbs

2007-08-31 Thread Masakazu Mokuno
The PS3 virtual network device requires a vlan tag in the sending packet to select the destination device, ethernet port or wireless. As the vlan tag field is in the middle of the passed data, we should insert it into the packet data. To avoid copying much of the packet data, the driver used two

Re: [PATCH 1/2 v2] PS3: changed the way to handle tx skbs

2007-08-31 Thread Jeff Garzik
Masakazu Mokuno wrote: The PS3 virtual network device requires a vlan tag in the sending packet to select the destination device, ethernet port or wireless. As the vlan tag field is in the middle of the passed data, we should insert it into the packet data. To avoid copying much of the packet