From: Jochen Friedrich Date: Fri, 15 Aug 2008 12:47:46 +0000 (+0200) Subject: rt2x00: Fix txdone_entry_desc_flags X-Git-Tag: v2.6.27-rc4~39^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f126cba427170eac9e37311b2ab7afc0e2261906;p=pandora-kernel.git rt2x00: Fix txdone_entry_desc_flags txdone_entry_desc_flags is used with __set_bit and test_bit which bit-shift the values, so don't bit-shift the flags in the enum. Also make sure flags are initialized before being used. Signed-off-by: Jochen Friedrich Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed