commit | 1ca31ae7cfed3e2a8e48fbf6ed6cac06495b6158 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@redhat.com> | Thu May 31 11:16:43 2007 -0400 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Thu May 31 21:40:15 2007 +0200 |
tree | 931d04e229f78091308d544f50717e547fb26318 | |
parent | 2aef469a35a273609beaa7094d5a07c1f6d75285 [diff] |
firewire: Change struct fw_cdev_iso_packet to not use bitfields. 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>