From: Bruno Randolf Date: Wed, 16 Jun 2010 10:12:01 +0000 (+0900) Subject: ath5k: use direct function calls for descriptors when possible X-Git-Tag: v2.6.36-rc1~571^2~540^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a66681935455bfbb95dfe42aa3182e3f5b1ff1b4;p=pandora-kernel.git ath5k: use direct function calls for descriptors when possible Use direct function calls for ath5k_hw_setup_rx_desc() and ath5k_hw_setup_mrr_tx_desc() instead of a function pointer which always pointed to the same function in the case of ath5k_hw_setup_rx_desc() and which is easily unified in the case of ath5k_hw_setup_mrr_tx_desc(). Also simplify the initialization function for the remaining function pointers. Signed-off-by: Bruno Randolf Signed-off-by: John W. Linville --- Reading git-diff-tree failed