commit | 410d13a6b057f69c58b8bf8ccca8e9cbf57ea710 | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Thu Nov 19 10:04:48 2015 -0500 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Dec 08 16:50:24 2015 +0200 |
tree | 82456902a1aaf9686a51158c71da97bf4ce245d1 | |
parent | 79fd1709b64991c86e5ffef0689b4635874e6504 [diff] |
ath5k: fix RTS/CTS by using proper rate flags The rates in the tx control rateset do not have the protection flags applied, so RTS/CTS would never get enabled if requested. Fix by using the rate flags in the rates returned by ieee80211_get_tx_rates(). Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>