commit | 81129fce7e4fc60fce616c53510699b093d87e26 | [log] [tgz] |
---|---|---|
author | Andrea Merello <andrea.merello@gmail.com> | Mon Jun 30 18:18:55 2014 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 01 14:26:27 2014 -0400 |
tree | 2a321be8a7ffe2035a9d2281ac56bc5f948a6f76 | |
parent | f82be7c46a452fbd229cfbc4ddfb8fbcaf5b644f [diff] |
rtl8180: fix incorrect TX retry. HW is programmed with wrong retry count value for TX: Mac80211 passes to driver the number of times the TX should be attempted. The HW, instead, wants the number of time the TX should be retried if it fails the first time (assuming we have to TX it at least one time). This patch correct this. Signed-off-by: Andrea Merello <andrea.merello@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>