Commit caace4b5 authored by Rashika Kheria's avatar Rashika Kheria Committed by Greg Kroah-Hartman

Staging: rtl8187se: Remove useless comments in dot11d.c

This patch removes unnecessary comments in ieee80211/dot11d.c.
Signed-off-by: default avatarRashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4a0b1c41
/*
* File:
* Dot11d.c
*
* Description:
* Implement 802.11d
*/
#include "dot11d.h"
void
......@@ -24,10 +16,7 @@ Dot11d_Init(struct ieee80211_device *ieee)
netdev_info(ieee->dev, "Dot11d_Init()\n");
}
/*
* Description:
* Reset to the state as we are just entering a regulatory domain.
*/
/* Reset to the state as we are just entering a regulatory domain. */
void
Dot11d_Reset(struct ieee80211_device *ieee)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment