commit | d8c17e159758c2a4f8c3319fe8a6cf313f7a6733 | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Wed Apr 02 19:58:20 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 08 16:44:41 2008 -0400 |
tree | 7246a95b8ed3872e1772563715c4264976008dad | |
parent | 36316126e90b058ad7bd5b9e3d6079814e0a17e2 [diff] |
b43: Use SSB block-I/O to do PIO This changes the b43-PIO code to use the new SSB block-I/O. This reduces the overhead by removing lots of function calls, pointer dereferencing, if-conditionals any byteswapping for each packet data word. This also fixes a harmless sparse endianness warning. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>