commit | 9aa4aee30f4d155fc91abbaecfef9b3bb759699e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Oct 29 08:43:48 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 02 15:39:41 2009 -0500 |
tree | 219f55843fdc548e8def51daa8ffbdb3ae4dc180 | |
parent | 86c34fe89e9cad9e1ba4d1a8bbf98259035f4caf [diff] |
mac80211: make CALL_TXH a statement The multi-line code in this macro wasn't wrapped in do {} while (0) so we cannot use it in an if() branch safely in the future -- fix that. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>