From: Helmut Schaa Date: Fri, 7 May 2010 09:03:08 +0000 (+0200) Subject: rt2x00: rt2800: use correct txop value in tx descriptor X-Git-Tag: v2.6.35-rc1~473^2~167^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1affa091975e47d50ce6a88e9b1abfe717c2fe27;p=pandora-kernel.git rt2x00: rt2800: use correct txop value in tx descriptor rt2800 devices use a different enumeration to specify what IFS values should be used on frame transmission compared to the other rt2x00 devices. Hence, create a new enum called txop that contains the valid values. Furthermore use the appropriate txop values as found in the ralink drivers: - TXOP_BACKOFF for management frames - TXOP_SIFS for subsequent fragments in a burst - TXOP_HTTXOP for all data frames Signed-off-by: Helmut Schaa Acked-by: Ivo van Doorn Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- Reading git-diff-tree failed