From: Johannes Berg Date: Thu, 29 Oct 2009 07:43:48 +0000 (+0100) Subject: mac80211: make CALL_TXH a statement X-Git-Tag: v2.6.33-rc1~388^2~449^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa4aee30f4d155fc91abbaecfef9b3bb759699e;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed