diff options
author | Michael Straube <straube.linux@gmail.com> | 2021-12-29 21:51:07 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-30 12:02:27 +0100 |
commit | 489257e6832cac659a75ee1db11271ecaa6fc968 (patch) | |
tree | 72143619e3cf6d945a3c668e9fa490c06496889b /drivers/staging/r8188eu | |
parent | dc481cb55b688351ff91e74969aa200a648915e1 (diff) | |
download | linux-489257e6832cac659a75ee1db11271ecaa6fc968.tar.gz linux-489257e6832cac659a75ee1db11271ecaa6fc968.tar.bz2 linux-489257e6832cac659a75ee1db11271ecaa6fc968.zip |
staging: r8188eu: remove unnecessary comments
Remove some unnecessary comments in odm.c.
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20211229205108.26373-32-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu')
-rw-r--r-- | drivers/staging/r8188eu/hal/odm.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/staging/r8188eu/hal/odm.c b/drivers/staging/r8188eu/hal/odm.c index acdf0ba40567..5bbc47a46e8f 100644 --- a/drivers/staging/r8188eu/hal/odm.c +++ b/drivers/staging/r8188eu/hal/odm.c @@ -1,8 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* Copyright(c) 2007 - 2011 Realtek Corporation. */ -/* include files */ - #include "../include/odm_precomp.h" /* avoid to warn in FreeBSD ==> To DO modify */ @@ -637,8 +635,6 @@ dm_CheckEdcaTurbo_EXIT: precvpriv->last_rx_bytes = precvpriv->rx_bytes; } -/* 3 Export Interface */ - /* 2011/09/21 MH Add to describe different team necessary resource allocate?? */ void ODM_DMInit(struct odm_dm_struct *pDM_Odm) { @@ -696,7 +692,6 @@ void ODM_CmnInfoInit(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def Cmn case ODM_CMNINFO_RF_ANTENNA_TYPE: pDM_Odm->AntDivType = (u8)Value; break; - /* To remove the compiler warning, must add an empty default statement to handle the other values. */ default: /* do nothing */ break; @@ -734,7 +729,6 @@ void ODM_CmnInfoHook(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def Cmn case ODM_CMNINFO_POWER_SAVING: pDM_Odm->pbPowerSaving = (bool *)pValue; break; - /* To remove the compiler warning, must add an empty default statement to handle the other values. */ default: /* do nothing */ break; @@ -836,13 +830,6 @@ void ODM_RF_Saving(struct odm_dm_struct *pDM_Odm, u8 bForceInNormal) } } -/* 3============================================================ */ -/* 3 RATR MASK */ -/* 3============================================================ */ -/* 3============================================================ */ -/* 3 Rate Adaptive */ -/* 3============================================================ */ - u32 ODM_Get_Rate_Bitmap(struct odm_dm_struct *pDM_Odm, u32 macid, u32 ra_mask, u8 rssi_level) { struct sta_info *pEntry; |