aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2015-02-15 09:50:39 -0500
committerKalle Valo <kvalo@qca.qualcomm.com>2015-02-15 09:50:39 -0500
commit3eafdfd65b56510cb3dc949166a22e1680afa09c (patch)
tree50a883a32d1fdb48bf041916c69b212d384e20cc /drivers/net/wireless/ath
parent60028a819dc91d277b76f6fedc505fa4fca2c1f5 (diff)
ath10k: fix spelling in htt code comment
Fix spelling error. Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r--drivers/net/wireless/ath/ath10k/htt_rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htt_rx.c b/drivers/net/wireless/ath/ath10k/htt_rx.c
index c1da44f65a4d..01a2b384f358 100644
--- a/drivers/net/wireless/ath/ath10k/htt_rx.c
+++ b/drivers/net/wireless/ath/ath10k/htt_rx.c
@@ -176,7 +176,7 @@ static void ath10k_htt_rx_msdu_buff_replenish(struct ath10k_htt *htt)
176 * automatically balances load wrt to CPU power. 176 * automatically balances load wrt to CPU power.
177 * 177 *
178 * This probably comes at a cost of lower maximum throughput but 178 * This probably comes at a cost of lower maximum throughput but
179 * improves the avarage and stability. */ 179 * improves the average and stability. */
180 spin_lock_bh(&htt->rx_ring.lock); 180 spin_lock_bh(&htt->rx_ring.lock);
181 num_deficit = htt->rx_ring.fill_level - htt->rx_ring.fill_cnt; 181 num_deficit = htt->rx_ring.fill_level - htt->rx_ring.fill_cnt;
182 num_to_fill = min(ATH10K_HTT_MAX_NUM_REFILL, num_deficit); 182 num_to_fill = min(ATH10K_HTT_MAX_NUM_REFILL, num_deficit);