diff options
author | Ivo van Doorn <ivdoorn@gmail.com> | 2008-05-10 15:46:08 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-22 05:47:34 +0400 |
commit | dec13b6bda600c7e7da993e634562873112af50b (patch) | |
tree | 89cbae38944056d2ce6393d0d9ea919728b78ab8 /drivers/net/wireless/rt2x00/rt2x00pci.h | |
parent | 7050ec821c52826b63835dde54ee3d71c7db4262 (diff) | |
download | linux-dec13b6bda600c7e7da993e634562873112af50b.tar.xz |
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 <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00pci.h')
0 files changed, 0 insertions, 0 deletions