linux/drivers/net/wireless/rtl818x
herton d9a1f48648 rtl8187: fix retry count passed in rtl8187_tx
I mistakenly changed retry count passed in rtl8187_tx in previous change
"rtl8187: feedback transmitted packets using tx close descriptor for
8187B". For 8187 it should represent the number of retries (retry count
limit). As explained by Johannes Berg, .count represents the number of
tries (not retries), and retries = tries - 1.

Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Tested-by: Hin-Tak Leung <htl10@users.sourceforge.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-12-05 09:32:59 -05:00
..
Makefile
rtl818x.h
rtl8180.h
rtl8180_dev.c
rtl8180_grf5101.c
rtl8180_grf5101.h
rtl8180_max2820.c
rtl8180_max2820.h
rtl8180_rtl8225.c
rtl8180_rtl8225.h
rtl8180_sa2400.c
rtl8180_sa2400.h
rtl8187.h rtl8187: feedback transmitted packets using tx close descriptor for 8187B 2008-11-25 16:41:33 -05:00
rtl8187_dev.c rtl8187: fix retry count passed in rtl8187_tx 2008-12-05 09:32:59 -05:00
rtl8187_rtl8225.c rtl8187: implement conf_tx callback to configure tx queues 2008-11-25 16:41:32 -05:00
rtl8187_rtl8225.h