From: Helmut Schaa Date: Wed, 7 Sep 2011 18:10:02 +0000 (+0200) Subject: rt2x00: Minor optimizazion in txdone path X-Git-Tag: v3.2-rc1~129^2~254^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31937c423ed3a13613b3aa7459e7405dd428f2d8;p=pandora-kernel.git rt2x00: Minor optimizazion in txdone path We can save an indirect function call + some instructions for fetching the actual function pointer by passing the driver specific txwi pointer directly from rt2800pci/rt2800usb to rt2800lib instead of using the rt2800_drv_get_txwi callback. Signed-off-by: Helmut Schaa Acked-by: Gertjan van Wingerde Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed