From: Johannes Berg Date: Mon, 30 Jun 2008 13:10:44 +0000 (+0200) Subject: mac80211: get rid of function pointers in TX path X-Git-Tag: v2.6.27-rc1~969^2~224^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9e8a70fa20dc3eaa00859a6eac0adfaef910c77;p=pandora-kernel.git mac80211: get rid of function pointers in TX path This changes the TX path to no longer use function pointers for TX handlers but rather invoke them directly. If debugging is enabled, mark the TX handlers noinline because otherwise they all get inlined into invoke_tx_handlers() which makes it harder to see where a bug is. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed