From: Luciano Coelho Date: Mon, 9 May 2011 11:40:06 +0000 (+0300) Subject: mac80211: add a couple of trace event classes to reduce duplicated code X-Git-Tag: v3.0-rc1~377^2~54^2^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ddc111c4bc7216673bce7c49a2d54bedb1593c;p=pandora-kernel.git mac80211: add a couple of trace event classes to reduce duplicated code The functions drv_add_interface() and drv_remove_interface() print out the same values in the traces. Combine the traces of these two functions into one event class to remove some duplicate code. Also add a new class for functions drv_set_frag_threshold() and drv_set_rts_threshold(). Cc: Johannes Berg Signed-off-by: Luciano Coelho Signed-off-by: John W. Linville --- Reading git-diff-tree failed