]> Git Repo - linux.git/commitdiff
Staging: rtl8187se: Remove useless comments in dot11d.c
authorRashika Kheria <[email protected]>
Sat, 2 Nov 2013 17:35:19 +0000 (23:05 +0530)
committerGreg Kroah-Hartman <[email protected]>
Sun, 10 Nov 2013 16:44:21 +0000 (08:44 -0800)
This patch removes unnecessary comments in ieee80211/dot11d.c.

Signed-off-by: Rashika Kheria <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/rtl8187se/ieee80211/dot11d.c

index 0d914f25894f528b3c80b30a49a8d08f090a727f..d1395a683d5b0978fa167a6bda567a283629b560 100644 (file)
@@ -1,11 +1,3 @@
-/*
- *     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)
 {
This page took 0.053493 seconds and 4 git commands to generate.