mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 18:03:21 +07:00
staging: rtl8188eu: simplify function comment
Simplify function comment to a single line. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c7f800ec97
commit
a06058dcd6
@ -768,22 +768,7 @@ u32 ODM_Get_Rate_Bitmap(struct odm_dm_struct *pDM_Odm, u32 macid, u32 ra_mask, u
|
|||||||
return rate_bitmap;
|
return rate_bitmap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------------
|
/* Update rate table mask according to rssi */
|
||||||
* Function: odm_RefreshRateAdaptiveMask()
|
|
||||||
*
|
|
||||||
* Overview: Update rate table mask according to rssi
|
|
||||||
*
|
|
||||||
* Input: NONE
|
|
||||||
*
|
|
||||||
* Output: NONE
|
|
||||||
*
|
|
||||||
* Return: NONE
|
|
||||||
*
|
|
||||||
* Revised History:
|
|
||||||
* When Who Remark
|
|
||||||
* 05/27/2009 hpfan Create Version 0.
|
|
||||||
*
|
|
||||||
*---------------------------------------------------------------------------*/
|
|
||||||
void odm_RefreshRateAdaptiveMask(struct odm_dm_struct *pDM_Odm)
|
void odm_RefreshRateAdaptiveMask(struct odm_dm_struct *pDM_Odm)
|
||||||
{
|
{
|
||||||
if (!(pDM_Odm->SupportAbility & ODM_BB_RA_MASK))
|
if (!(pDM_Odm->SupportAbility & ODM_BB_RA_MASK))
|
||||||
|
Loading…
Reference in New Issue
Block a user