commit | b96ab540c1deac17238c4902c328ee08c3130370 | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Wed Sep 23 18:51:21 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 29 17:25:15 2009 -0400 |
tree | fb4cc97d18d337346cf946f2912a1305a22f6ccf | |
parent | 1f08e84ff642294e42d138442a388989ffb20865 [diff] |
b43: Always use block-I/O for the PIO data registers On SDIO the PIO data register seems to be hardwired to LE. So the MACCTL bit has no effect on the endianness. So also use block-I/O for the last word of the packet. block-I/O is always LE. Signed-off-by: Michael Buesch <mb@bu3sch.de> Tested-by: Albert Herranz <albert_herranz@yahoo.es> Signed-off-by: John W. Linville <linville@tuxdriver.com>