bgmac: separate RX descriptor setup code into a new function
authorRafał Miłecki <zajec5@gmail.com>
Mon, 28 Oct 2013 13:40:29 +0000 (14:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Oct 2013 21:20:36 +0000 (17:20 -0400)
This cleans code a bit and will be useful when allocating buffers in
other places (like RX path, to avoid skb_copy_from_linear_data_offset).

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found