commit | b139a10a0aaf3c8041af348c2268d59e1610dc83 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Wed Oct 22 13:28:43 2008 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 31 19:00:52 2008 -0400 |
tree | 2229616b5de61af9408c8ed60478b692327c9697 | |
parent | d9d2925713d92bbe33b2edff3d7de1ce5646ab54 [diff] |
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 <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>