From: Malcolm Priestley Date: Tue, 13 Aug 2013 18:47:08 +0000 (+0100) Subject: staging: vt6656: rxtx.h always pack BEACON_BUFFER/TX_BUFFER X-Git-Tag: v3.12-rc1~183^2~264 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=629a9e65734e7a0d1b7528529ab99f5974f6069d;p=pandora-kernel.git staging: vt6656: rxtx.h always pack BEACON_BUFFER/TX_BUFFER All structure members of BEACON_BUFFER/TX_BUFFER should be packed. Only the first 4 members of these structures are live. The forth member is referenced at run-time by packed structures. typedef struct tagSTxBufHead typedef struct tagSTxShortBufHead in desc.h If these structures are not packed the alignment of these members will be wrong. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed