[9610] wlbt: don't pack mxconf on Android P.
authorIvan Priest <i.priest@samsung.com>
Thu, 7 Jun 2018 16:13:55 +0000 (17:13 +0100)
committerYoungsoo Kim <youngss.kim@samsung.com>
Fri, 15 Jun 2018 22:52:20 +0000 (07:52 +0900)
commit44b9cd147a5672685a441e666909726a4f6c352b
tree2ab0c3cfa3a808511ae9b9b15986a87615bc8c44
parent1b8fd7e4539c5e33009ab1eb52c9fd3f5283eb67
[9610] wlbt: don't pack mxconf on Android P.

After correcting mxconf structures to fix the warning reported
by Clang, WLBT FW crashes due to disagreement of the alignment
of shared data structures between driver and FW.

I suspect that because of the "__packed struct foo" syntax used
for mxconf.h on both sides, the structures don't really get
packed at all, so correcting it on one side only doesn't work.

Change-Id: Ie1c451d009531a2fa86a3e864a02f02647341cc4
SCSC-Bug-Id: SSB-40175
Signed-off-by: Ivan Priest <i.priest@samsung.com>
drivers/misc/samsung/scsc/mxconf.h