commit | 2e546755b947c08cdc1c4f2bdba70130c6ed0736 | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Fri Aug 10 16:46:57 2012 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 10 15:27:15 2012 -0400 |
tree | 51099bb38ea808f4fcd001e6bcc0e8329c4af979 | |
parent | 97f7e8a785b9877098d7f255654b25bf85ae9d6a [diff] |
ath9k: Fix RTS/CTS rate selection The current method of assigning the RTS/CTS rate is completely broken for HT mode and breaks P2P operation. Fix this by using the basic_rates provided to the driver by mac80211. For now, choose the lowest supported basic rate for HT frames. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>