commit | 076f9582a6b82e54339ee815130315744b730787 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sat Dec 20 10:59:02 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jan 29 15:58:40 2009 -0500 |
tree | a000f26561a903f6cfcebe95a99182ab22b6fc2a | |
parent | 7b40982e235d6ff9343d38703eb48a0143afcc26 [diff] |
rt2x00: Remove ENTRY_TXD_OFDM_RATE The flag ENTRY_TXD_OFDM_RATE isn't flexible enough to indicate which rate modulation should be used for a frame. This will become a problem when 11n support is added. Remove the flag and replace it with an enum value which can better indicate the exact rate modulation. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>