libertas: correct packing of rxpd structure
authorBob Dunlop <rdunlop@guralp.com>
Thu, 6 Aug 2009 16:01:03 +0000 (12:01 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 7 Aug 2009 17:09:33 +0000 (13:09 -0400)
commitdd1f57ecaf9688efa69d982652ecfa3e64f1fa55
tree84b2dbdf7d483869fb9c60800390973f455ac9ec
parent60aa569f9212a13382c29cc734f275dec0f55e0b
libertas: correct packing of rxpd structure

Older Gcc compilers (3.4.5 tested) need additional hints in order to get
the packing of the rxpd structure (which contains a 16 bit union)
correct on the ARM processor.

struct txpd does not need these hints since it contains a 32 bit union
that packs naturally.

Signed-off-by: R.J.Dunlop <rdunlop@guralp.com>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/hostcmd.h