[PATCH] rtl8192e: Don't copy huge struct by value (and make it const).

Larry Finger Larry.Finger at lwfinger.net
Mon Nov 7 16:55:46 UTC 2011


On 11/06/2011 05:21 PM, Jesper Juhl wrote:
> rtllib_is_shortslot() takes one argument - a struct that's more than a
> kilobyte large. It should take a pointer instead of copying such a
> huge struct - and the argument might as well be declared 'const' now
> that we are at it, since it is not modified. This patch makes these
> changes.
>
> Signed-off-by: Jesper Juhl<jj at chaosbits.net>

Acked-by: Larry Finger <Larry.Finger at lwfinger.net>



More information about the devel mailing list