commit | b59a52f12e483b79e7d32da7ec30dcf3b2e0210b | [log] [tgz] |
---|---|---|
author | Pavel Roskin <proski@gnu.org> | Wed Dec 30 11:36:29 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 05 16:17:05 2010 -0500 |
tree | 1c1a365ce1249a6f042f2ca51ca325b0ad9ca42f | |
parent | e12822e1d3fface0d9e1095c5177e10141bd6bd6 [diff] |
rt2x00: use correct headroom for transmission Use rt2x00dev->ops->extra_tx_headroom, not rt2x00dev->hw->extra_tx_headroom in the tx code, as the later may include other headroom not to be used in the chipset driver. Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>