Skip to content
Snippets Groups Projects
Commit 33314470 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Ben Warren
Browse files

net: smc911x: Add pkt_data_pull and pkt_data_push function


The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
Byte-swapping is necessary, and so poor performance is inevitable.
This problem cannot evade by the swap function of CHIP, this can
evade by software Byte-swapping.
And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
functions necessary to solve this problem.

Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
parent 10efa024
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment