From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Kazior Date: Mon, 29 Apr 2013 07:45:45 +0200 Subject: [ath9k-devel] [PATCH 10/20] ath10k: Remove "credits_used" from SKB CB In-Reply-To: <1367163098-22787-10-git-send-email-sujith@msujith.org> References: <1367163098-22787-1-git-send-email-sujith@msujith.org> <1367163098-22787-10-git-send-email-sujith@msujith.org> Message-ID: <517E0909.9020909@tieto.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On 28/04/13 17:31, Sujith Manoharan wrote: > From: Sujith Manoharan > > Signed-off-by: Sujith Manoharan > --- > drivers/net/wireless/ath/ath10k/core.h | 4 ---- > drivers/net/wireless/ath/ath10k/htc.c | 26 ++++++++++++-------------- > 2 files changed, 12 insertions(+), 18 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h > index 18f8eca..7f27148 100644 > --- a/drivers/net/wireless/ath/ath10k/core.h > +++ b/drivers/net/wireless/ath/ath10k/core.h > @@ -65,10 +65,6 @@ struct ath10k_skb_cb { > struct sk_buff *msdu; > } __packed htt; > > - struct { > - u8 credits_used; > - } __packed htc; > - > /* 4 bytes left on 64bit arch */ The comment could be updated too to reflect there's more space in the ath10k_skb_cb now. -- Pozdrawiam / Best regards, Michal Kazior.