From: Ivo van Doorn Date: Sat, 10 May 2008 11:46:08 +0000 (+0200) Subject: rt2x00: Remove redundant flags/dev_flags initializations X-Git-Tag: v2.6.27-rc1~969^2~337^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dec13b6bda600c7e7da993e634562873112af50b;p=pandora-kernel.git rt2x00: Remove redundant flags/dev_flags initializations the rxdesc structure is properly memsetted before passed to the driver. This means we don't have to reinitialize the flags and dev_flags fields in the drivers again. This will prevent problems when the rxdone handler is adding flags in a earlier status and will make the code look nicer when we are adding more read attributes in the rxdone handler in the driver. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed