commit | 01cebe1c50d43a79de1ee48bd9917c9fbbd3901d | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Mon Mar 30 09:51:56 2015 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Mon Mar 30 15:09:46 2015 +0300 |
tree | 42a3b5ab2f6736ab4fd42a661965605016761456 | |
parent | 5528e032702be937acdfe8c6395461e0e8acaa85 [diff] |
ath10k: deduplicate bitrate to rate idx conversion It's possible to derive rate index from bitrate without any additional mapping structures/logic. This should have little to none impact on performance since this is only done for management frames and the previous approach wasn't particularly optimized. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>