]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: linux_mon.c: removes comments
authorChris Park <chris.park@atmel.com>
Mon, 22 Feb 2016 04:11:53 +0000 (13:11 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Feb 2016 19:47:00 +0000 (11:47 -0800)
This patch removes unnecessary comments.

Signed-off-by: Chris Park <chris.park@atmel.com>
Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_mon.c

index f6349e513d84b94e88e56f0b61ea37583de09b0e..6347471d3c07093310e894125933c5c4ee952e65 100644 (file)
@@ -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);