From: Luis R. Rodriguez Date: Wed, 22 Oct 2008 20:28:43 +0000 (-0700) Subject: ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepare X-Git-Tag: v2.6.29-rc1~581^2~836 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b139a10a0aaf3c8041af348c2268d59e1610dc83;p=pandora-kernel.git ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepare sc_txintrperiod is currently set to 0 and never updated. We won't be using this, if anything we will consider using TX interrupt mitigation but that is different and not yet tested. So remove sc_txintrperiod and the pointless spin_lock_bh() on tx prepare. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed