commit | 3ea96463156123cbfd09ac412012a87fef068830 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Jan 04 17:33:25 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jan 12 14:24:50 2009 -0500 |
tree | 5396df59c18f39fa42472671eeaac1cbff486a32 | |
parent | 3be36ae223271f9c2cfbe7406846c8fdcd2f50c3 [diff] |
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 <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>