From: Felix Fietkau Date: Wed, 14 Sep 2011 19:24:26 +0000 (+0200) Subject: ath9k: optimize ath_tx_rc_status usage X-Git-Tag: v3.2-rc1~129^2~254^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3afd21e7c5b3b6312193fbee628b000dce82ecf5;p=pandora-kernel.git ath9k: optimize ath_tx_rc_status usage The only flag that needs to be set when ath_tx_rc_status is called with rc_update == false is the IEEE80211_TX_STAT_TX_FILTERED flag. All other data is ignored in that case. This flag can be set from ath_tx_complete_buf instead, so that we can drop a few redundant calls to ath_tx_rc_status and remove the rc_update function parameter Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed