commit | 5356d963304638735b4b53dfbded7a1c4ae0818d | [log] [tgz] |
---|---|---|
author | Helmut Schaa <helmut.schaa@googlemail.com> | Thu Mar 03 19:40:33 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Mar 04 14:06:47 2011 -0500 |
tree | 2ad65243ee2dec57ca418facff48555ebd5d32c9 | |
parent | c262e08b79204f57aba1f180d6ebdb5ea9db01dd [diff] |
rt2x00: Add unlikely macro to special case tx status handling This special case shouldn't happen very often. Only if a frame that is not intended to be aggregated ends up in an AMPDU _and_ was intended to be sent at a different MCS rate as the aggregate. Hence, using unlikely is justified. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>