]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/wireless/rt2x00/rt2x00.h
rt2x00: Store retry limit values
authorIvo van Doorn <ivdoorn@gmail.com>
Tue, 2 Dec 2008 17:20:04 +0000 (18:20 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 5 Dec 2008 14:35:50 +0000 (09:35 -0500)
commit42c8285767dd17f450d986bdb163a8d56fb0330a
treed7c97c2e14faf69a448190c111bb482672a0caf2
parent1ce9cdac482f0dfbbd22ba4b3e5c016a05543a42
rt2x00: Store retry limit values

Store retry limit values in the rt2x00dev structure.
This allows the removal of the FIXME where we assumed
the long retry is only used when working with RTS frames.

Instead we should check the current retry limit values
and decide if the required retry count for this frame
is a long or short retry.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00.h
drivers/net/wireless/rt2x00/rt2x00config.c
drivers/net/wireless/rt2x00/rt2x00queue.c