Re: [PATCH] zd1211rw: Removed unneeded packed attributes

2006-09-01 Thread Ulrich Kunitz
On 06-08-30 15:06 Michael Buesch wrote: > Because this clearly is a workaround for broken compilers to me, > I would rather do the following: > > +} /* __attribute__((packed)) */; > > > This way it's still clear to the reader, that these structs > must be packed and are most likely for communic

Re: [PATCH] zd1211rw: Removed unneeded packed attributes

2006-08-30 Thread Michael Buesch
On Wednesday 30 August 2006 00:51, Daniel Drake wrote: > From: Ulrich Kunitz <[EMAIL PROTECTED]> > > Inspired by an e-mail by Stephen Hemminger I decided to remove all > unneeded packed attributes from the code where the member variables are > already aligned. This avoids horrible code being gener

[PATCH] zd1211rw: Removed unneeded packed attributes

2006-08-29 Thread Daniel Drake
From: Ulrich Kunitz <[EMAIL PROTECTED]> Inspired by an e-mail by Stephen Hemminger I decided to remove all unneeded packed attributes from the code where the member variables are already aligned. This avoids horrible code being generated on some architectures. Signed-off-by: Ulrich Kunitz <[EMAIL