Return-path: Received: from eusmtp01.atmel.com ([212.144.249.243]:40185 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933423AbcBRHbH (ORCPT ); Thu, 18 Feb 2016 02:31:07 -0500 From: Leo Kim To: CC: , , , , , , , , , Chris Park Subject: [PATCH 08/24] staging: wilc1000: linux_mon.c: removes comments Date: Thu, 18 Feb 2016 16:27:19 +0900 Message-ID: <1455780455-21365-8-git-send-email-leo.kim@atmel.com> (sfid-20160218_083111_329838_01E67865) In-Reply-To: <1455780455-21365-1-git-send-email-leo.kim@atmel.com> References: <1455780455-21365-1-git-send-email-leo.kim@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Chris Park This patch removes unnecessary comments. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_mon.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/staging/wilc1000/linux_mon.c b/drivers/staging/wilc1000/linux_mon.c index 7e7cff4..28e52eb 100644 --- a/drivers/staging/wilc1000/linux_mon.c +++ b/drivers/staging/wilc1000/linux_mon.c @@ -191,8 +191,6 @@ static netdev_tx_t WILC_WFI_mon_xmit(struct sk_buff *skb, if (skb->len < rtap_len) return -1; - /* skip the radiotap header */ - /* Skip the ratio tap header */ skb_pull(skb, rtap_len); if (skb->data[0] == 0xc0 && (!(memcmp(broadcast, &skb->data[4], 6)))) { @@ -227,8 +225,6 @@ static netdev_tx_t WILC_WFI_mon_xmit(struct sk_buff *skb, } skb->dev = mon_priv->real_ndev; - /* actual deliver of data is device-specific, and not shown here */ - /* Identify if Ethernet or MAC header (data or mgmt) */ memcpy(srcAdd, &skb->data[10], 6); memcpy(bssid, &skb->data[16], 6); -- 1.9.1