commit | 5c4607ebaabed2e9b414593a83c0ff97c6966f12 | [log] [tgz] |
---|---|---|
author | Toke Høiland-Jørgensen <toke@toke.dk> | Mon Dec 05 13:27:38 2016 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Dec 15 10:44:04 2016 +0200 |
tree | 5ee47c5d876784432a1e35f161950da752e0623b | |
parent | 63fefa050477b0974ab34f650e21a7cfc3b02d96 [diff] |
ath9k: Turn ath_txq_lock/unlock() into static inlines. These are one-line functions that just call spin_lock/unlock_bh(); turn them into static inlines to avoid the function call overhead. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>