Loading drivers/net/wireless/ath/ath10k/sdio.c +0 −2 Original line number Diff line number Diff line Loading @@ -649,7 +649,6 @@ static int ath10k_sdio_mbox_rx_fetch(struct ath10k *ar) htc_hdr = (struct ath10k_htc_hdr *)skb->data; pkt->act_len = le16_to_cpu(htc_hdr->len) + sizeof(*htc_hdr); pkt->status = ret; skb_put(skb, pkt->act_len); return ret; Loading Loading @@ -687,7 +686,6 @@ static int ath10k_sdio_mbox_rx_fetch_bundle(struct ath10k *ar) pkt->act_len = le16_to_cpu(htc_hdr->len) + sizeof(*htc_hdr); skb_put_data(pkt->skb, htc_hdr, pkt->act_len); pkt->status = 0; pkt_offset += pkt->alloc_len; } Loading drivers/net/wireless/ath/ath10k/sdio.h +0 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,6 @@ struct ath10k_sdio_rx_data { bool part_of_bundle; bool last_in_bundle; bool trailer_only; int status; }; struct ath10k_sdio_irq_proc_regs { Loading Loading
drivers/net/wireless/ath/ath10k/sdio.c +0 −2 Original line number Diff line number Diff line Loading @@ -649,7 +649,6 @@ static int ath10k_sdio_mbox_rx_fetch(struct ath10k *ar) htc_hdr = (struct ath10k_htc_hdr *)skb->data; pkt->act_len = le16_to_cpu(htc_hdr->len) + sizeof(*htc_hdr); pkt->status = ret; skb_put(skb, pkt->act_len); return ret; Loading Loading @@ -687,7 +686,6 @@ static int ath10k_sdio_mbox_rx_fetch_bundle(struct ath10k *ar) pkt->act_len = le16_to_cpu(htc_hdr->len) + sizeof(*htc_hdr); skb_put_data(pkt->skb, htc_hdr, pkt->act_len); pkt->status = 0; pkt_offset += pkt->alloc_len; } Loading
drivers/net/wireless/ath/ath10k/sdio.h +0 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,6 @@ struct ath10k_sdio_rx_data { bool part_of_bundle; bool last_in_bundle; bool trailer_only; int status; }; struct ath10k_sdio_irq_proc_regs { Loading