commit | 8d882bcf82743f20b0546088f935a718b4ae6f60 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Mon Aug 03 15:56:16 2015 -0500 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Aug 13 15:31:25 2015 +0300 |
tree | 0f7864a78306827890dfe979f3d08587a7a58aa0 | |
parent | 201b63c7c907bcc89bb11797ce2ca2a93027004b [diff] |
rtlwifi: rtl8192ee: Fix firmware header endian issues This driver is converted to use the common firmware header struct. Because the old header definition failed to indicate that the multi-byte entries should be little endian, several problems were thus exposed. These are fixed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>