]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfeba198ded6991caf684b45962155e538b4a3426
treed7c97c2e14faf69a448190c111bb482672a0caf2
parentf5aa4808f163566d8843a48e7d7b9e4815cbede8
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