commit | ff6ff96b5ba5b39f7ab3d8ea0cf9ec414452ac92 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Thu Nov 17 12:14:43 2011 -0600 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 21 16:20:45 2011 -0500 |
tree | ad1c3294691a2860f9b8205ece269a1b36ac2f77 | |
parent | 040a72785cf19fd8032f24d584ee305158c87ac7 [diff] |
rtlwifi: rtl8192cu: Change firmware upload to use block writes Driver rtl8192cu writes the firmware with 32-bit asynchronous writes. This design is OK for USB 2.0 adapters, but the current implementation of xhcu-hcd has a limited ring size, which is exceeded. By converting to synchronous block writes, this error is avoided. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>