|
@@ -449,7 +449,7 @@ static void ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state)
|
|
|
|
|
|
static void ath10k_snoc_rx_replenish_retry(struct timer_list *t)
|
|
static void ath10k_snoc_rx_replenish_retry(struct timer_list *t)
|
|
{
|
|
{
|
|
- struct ath10k_pci *ar_snoc = from_timer(ar_snoc, t, rx_post_retry);
|
|
|
|
|
|
+ struct ath10k_snoc *ar_snoc = from_timer(ar_snoc, t, rx_post_retry);
|
|
struct ath10k *ar = ar_snoc->ar;
|
|
struct ath10k *ar = ar_snoc->ar;
|
|
|
|
|
|
ath10k_snoc_rx_post(ar);
|
|
ath10k_snoc_rx_post(ar);
|