firewire: Change struct fw_cdev_iso_packet to not use bitfields.
authorKristian Høgsberg <krh@redhat.com>
Thu, 31 May 2007 15:16:43 +0000 (11:16 -0400)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 31 May 2007 19:40:15 +0000 (21:40 +0200)
The struct is part of the userspace interface and can not use
bitfields.  This patch replaces the bitfields with a __u32 'control'
word and provides access macros to set the bits.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

No differences found