Re: [PATCH] acxsm: Reduce the number of ACX_PACKED instructions

2006-04-13 Thread Denis Vlasenko
On Wednesday 12 April 2006 23:58, John W. Linville wrote: On Sat, Mar 25, 2006 at 09:01:16PM +0100, Carlos Martin wrote: Up to now, we were using ACX_PACKED after every field. I've finally found out how to use only one at the end of each struct whilst maintaining the typedef where it is

Re: [PATCH] acxsm: Reduce the number of ACX_PACKED instructions

2006-04-13 Thread John W. Linville
On Thu, Apr 13, 2006 at 03:33:57PM +0300, Denis Vlasenko wrote: Did you rename softmac branch again? I'm trying to reduce the branches. Some/most of what was the softmac branch has been merged upstream. The tiacx and prism54usb drivers remain in wireless-2.6 under the master branch. BTW, the

Re: [PATCH] acxsm: Reduce the number of ACX_PACKED instructions

2006-04-12 Thread John W. Linville
On Sat, Mar 25, 2006 at 09:01:16PM +0100, Carlos Martin wrote: Up to now, we were using ACX_PACKED after every field. I've finally found out how to use only one at the end of each struct whilst maintaining the typedef where it is now. This should also apply to acx with a bit of fuzz, but I

[PATCH] acxsm: Reduce the number of ACX_PACKED instructions

2006-03-25 Thread Carlos Martin
Up to now, we were using ACX_PACKED after every field. I've finally found out how to use only one at the end of each struct whilst maintaining the typedef where it is now. This should also apply to acx with a bit of fuzz, but I consider it to be in maintenance mode, so this doesn't qualify for