Commit 4f1dbb49 authored by Jeff Johnson's avatar Jeff Johnson Committed by Kalle Valo

wifi: ath12k: Fix a few spelling errors

Fix a few issues flagged by 'codespell'.
Signed-off-by: default avatarJeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: default avatarKalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230822-ath_spelling-v1-3-8e2698759564@quicinc.com
parent d68a283b
...@@ -712,7 +712,7 @@ enum htt_stats_internal_ppdu_frametype { ...@@ -712,7 +712,7 @@ enum htt_stats_internal_ppdu_frametype {
* b'24 - status_swap: 1 is to swap status TLV * b'24 - status_swap: 1 is to swap status TLV
* b'25 - pkt_swap: 1 is to swap packet TLV * b'25 - pkt_swap: 1 is to swap packet TLV
* b'26:31 - rsvd1: reserved for future use * b'26:31 - rsvd1: reserved for future use
* dword1 - b'0:16 - ring_buffer_size: size of bufferes referenced by rx ring, * dword1 - b'0:16 - ring_buffer_size: size of buffers referenced by rx ring,
* in byte units. * in byte units.
* Valid only for HW_TO_SW_RING and SW_TO_HW_RING * Valid only for HW_TO_SW_RING and SW_TO_HW_RING
* - b'16:31 - rsvd2: Reserved for future use * - b'16:31 - rsvd2: Reserved for future use
......
...@@ -3027,7 +3027,7 @@ static int ath12k_dp_rx_h_defrag_reo_reinject(struct ath12k *ar, ...@@ -3027,7 +3027,7 @@ static int ath12k_dp_rx_h_defrag_reo_reinject(struct ath12k *ar,
desc_info->cookie, desc_info->cookie,
HAL_RX_BUF_RBM_SW3_BM); HAL_RX_BUF_RBM_SW3_BM);
/* Fill mpdu details into reo entrace ring */ /* Fill mpdu details into reo entrance ring */
srng = &ab->hal.srng_list[dp->reo_reinject_ring.ring_id]; srng = &ab->hal.srng_list[dp->reo_reinject_ring.ring_id];
spin_lock_bh(&srng->lock); spin_lock_bh(&srng->lock);
......
...@@ -301,7 +301,7 @@ int ath12k_dp_tx(struct ath12k *ar, struct ath12k_vif *arvif, ...@@ -301,7 +301,7 @@ int ath12k_dp_tx(struct ath12k *ar, struct ath12k_vif *arvif,
spin_unlock_bh(&tcl_ring->lock); spin_unlock_bh(&tcl_ring->lock);
ret = -ENOMEM; ret = -ENOMEM;
/* Checking for available tcl descritors in another ring in /* Checking for available tcl descriptors in another ring in
* case of failure due to full tcl ring now, is better than * case of failure due to full tcl ring now, is better than
* checking this ring earlier for each pkt tx. * checking this ring earlier for each pkt tx.
* Restart ring selection if some rings are not checked yet. * Restart ring selection if some rings are not checked yet.
......
...@@ -6771,7 +6771,7 @@ ath12k_mac_op_reconfig_complete(struct ieee80211_hw *hw, ...@@ -6771,7 +6771,7 @@ ath12k_mac_op_reconfig_complete(struct ieee80211_hw *hw,
/* After trigger disconnect, then upper layer will /* After trigger disconnect, then upper layer will
* trigger connect again, then the PN number of * trigger connect again, then the PN number of
* upper layer will be reset to keep up with AP * upper layer will be reset to keep up with AP
* side, hence PN number mis-match will not happened. * side, hence PN number mismatch will not happen.
*/ */
if (arvif->is_up && if (arvif->is_up &&
arvif->vdev_type == WMI_VDEV_TYPE_STA && arvif->vdev_type == WMI_VDEV_TYPE_STA &&
......
...@@ -221,7 +221,7 @@ struct rx_mpdu_start_qcn9274 { ...@@ -221,7 +221,7 @@ struct rx_mpdu_start_qcn9274 {
* PPE routing even if RXOLE CCE or flow search indicate 'Use_PPE' * PPE routing even if RXOLE CCE or flow search indicate 'Use_PPE'
* This is set by SW for peers which are being handled by a * This is set by SW for peers which are being handled by a
* host SW/accelerator subsystem that also handles packet * host SW/accelerator subsystem that also handles packet
* uffer management for WiFi-to-PPE routing. * buffer management for WiFi-to-PPE routing.
* *
* This is cleared by SW for peers which are being handled * This is cleared by SW for peers which are being handled
* by a different subsystem, completely disabling WiFi-to-PPE * by a different subsystem, completely disabling WiFi-to-PPE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment