aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
diff options
context:
space:
mode:
authorSanjana Sanikommu <sanjana99reddy99@gmail.com>2019-03-20 18:48:18 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-21 08:25:00 +0100
commit2fd37c9d4335c0b5a4c6ce382de81ccdc5a2db9e (patch)
tree5db73fa36f9642cbc704333e4ac5a56736198b15 /drivers/staging/rtl8192u
parentstaging: netlogic: replace skb_put/pull pair with skb_reserve (diff)
downloadlinux-dev-2fd37c9d4335c0b5a4c6ce382de81ccdc5a2db9e.tar.xz
linux-dev-2fd37c9d4335c0b5a4c6ce382de81ccdc5a2db9e.zip
staging: rtl8192u: r8192U_dm: Remove unnecessary comments.
Remove comments which are not necessary. Signed-off-by: Sanjana Sanikommu <sanjana99reddy99@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u')
-rw-r--r--drivers/staging/rtl8192u/r8192U_dm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/rtl8192u/r8192U_dm.c b/drivers/staging/rtl8192u/r8192U_dm.c
index 546bf5428848..2ba01041406b 100644
--- a/drivers/staging/rtl8192u/r8192U_dm.c
+++ b/drivers/staging/rtl8192u/r8192U_dm.c
@@ -43,17 +43,8 @@ u8 dm_shadow[16][256] = { {0} };
/* For Dynamic Rx Path Selection by Signal Strength */
static struct dynamic_rx_path_sel DM_RxPathSelTable;
-/*------------------------Define global variable-----------------------------*/
-
-/*------------------------Define local variable------------------------------*/
-/*------------------------Define local variable------------------------------*/
-
-/*--------------------Define export function prototype-----------------------*/
extern void dm_check_fsync(struct net_device *dev);
-/*--------------------Define export function prototype-----------------------*/
-
-/*---------------------Define local function prototype-----------------------*/
/* DM --> Rate Adaptive */
static void dm_check_rate_adaptive(struct net_device *dev);