commit | 7c24d086ef9ccbffc46f5f9e2680f292ca356166 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Mon Aug 03 15:56:12 2015 -0500 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Aug 13 15:31:21 2015 +0300 |
tree | 2f43163f96bd84fca7aedcc28dd8ae2a09369207 | |
parent | e41c513599187bd100644566bde86541c01db1d6 [diff] |
rtlwifi: rtl8723ae: rtl8723be: rtl8723com: Fix firmware header endian issues The drivers are 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>