From: Ivo van Doorn Date: Sun, 4 Jan 2009 16:33:25 +0000 (+0100) Subject: rt2x00: Fix TX short preamble detection X-Git-Tag: v2.6.29-rc2~11^2~46^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ea96463156123cbfd09ac412012a87fef068830;p=pandora-kernel.git rt2x00: Fix TX short preamble detection The short preamble mode was not correctly detected during TX, rt2x00 used the rate->hw_value_short field but mac80211 is not using this field that way. Instead the flag IEEE80211_TX_RC_USE_SHORT_PREAMBLE should be used to determine if the frame should be send out using short preamble or not. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed