mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 10:25:26 +07:00
staging: rtl8723bs: hal: Correct multi-line comments as per coding style
Correct multi-line comments as per coding style to respect 80 characters per line limit. Amalgamate individual lines into single multiline comment. Reorganize it for readability. Signed-off-by: R Veera Kumar <vkor@vkten.in> Link: https://lore.kernel.org/r/5b5cdb520df6d579a6659fbe45ac545628be50e4.1584687545.git.vkor@vkten.in Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7953029183
commit
e9ed75cf11
@ -823,8 +823,11 @@ static void ConstructProbeRsp(struct adapter *padapter, u8 *pframe, u32 *pLength
|
||||
}
|
||||
#endif /* CONFIG_AP_WOWLAN */
|
||||
|
||||
/* To check if reserved page content is destroyed by beacon beacuse beacon is too large. */
|
||||
/* 2010.06.23. Added by tynli. */
|
||||
/*
|
||||
* To check if reserved page content is destroyed by beacon beacuse beacon
|
||||
* is too large.
|
||||
*/
|
||||
/* 2010.06.23. Added by tynli. */
|
||||
void CheckFwRsvdPageContent(struct adapter *Adapter)
|
||||
{
|
||||
}
|
||||
@ -1409,16 +1412,20 @@ void rtl8723b_set_ap_wowlan_cmd(struct adapter *padapter, u8 enable)
|
||||
}
|
||||
#endif /* CONFIG_AP_WOWLAN */
|
||||
|
||||
/* */
|
||||
/* Description: Fill the reserved packets that FW will use to RSVD page. */
|
||||
/* Now we just send 4 types packet to rsvd page. */
|
||||
/* (1)Beacon, (2)Ps-poll, (3)Null data, (4)ProbeRsp. */
|
||||
/* Input: */
|
||||
/* bDLFinished - false: At the first time we will send all the packets as a large packet to Hw, */
|
||||
/* so we need to set the packet length to total lengh. */
|
||||
/* true: At the second time, we should send the first packet (default:beacon) */
|
||||
/* to Hw again and set the lengh in descriptor to the real beacon lengh. */
|
||||
/* 2009.10.15 by tynli. */
|
||||
/*
|
||||
* Description: Fill the reserved packets that FW will use to RSVD page.
|
||||
* Now we just send 4 types packet to rsvd page.
|
||||
* (1)Beacon, (2)Ps-poll, (3)Null data, (4)ProbeRsp.
|
||||
*
|
||||
* Input:
|
||||
*
|
||||
* bDLFinished - false: At the first time we will send all the packets as
|
||||
* a large packet to Hw, so we need to set the packet length to total lengh.
|
||||
*
|
||||
* true: At the second time, we should send the first packet (default:beacon)
|
||||
* to Hw again and set the lengh in descriptor to the real beacon lengh.
|
||||
*/
|
||||
/* 2009.10.15 by tynli. */
|
||||
static void rtl8723b_set_FwRsvdPagePkt(
|
||||
struct adapter *padapter, bool bDLFinished
|
||||
)
|
||||
@ -1791,18 +1798,19 @@ static void rtl8723b_set_FwRsvdPagePkt(
|
||||
}
|
||||
|
||||
#ifdef CONFIG_AP_WOWLAN
|
||||
/* */
|
||||
/* Description: Fill the reserved packets that FW will use to RSVD page. */
|
||||
/* Now we just send 2 types packet to rsvd page. (1)Beacon, (2)ProbeRsp. */
|
||||
/* */
|
||||
/* Input: bDLFinished */
|
||||
/* */
|
||||
/* false: At the first time we will send all the packets as a large packet to Hw, */
|
||||
/* so we need to set the packet length to total lengh. */
|
||||
/* */
|
||||
/* true: At the second time, we should send the first packet (default:beacon) */
|
||||
/* to Hw again and set the lengh in descriptor to the real beacon lengh. */
|
||||
/* 2009.10.15 by tynli. */
|
||||
/*
|
||||
* Description: Fill the reserved packets that FW will use to RSVD page.
|
||||
* Now we just send 2 types packet to rsvd page. (1)Beacon, (2)ProbeRsp.
|
||||
*
|
||||
* Input: bDLFinished
|
||||
*
|
||||
* false: At the first time we will send all the packets as a large packet to
|
||||
* Hw, so we need to set the packet length to total lengh.
|
||||
*
|
||||
* true: At the second time, we should send the first packet (default:beacon)
|
||||
* to Hw again and set the lengh in descriptor to the real beacon lengh.
|
||||
*/
|
||||
/* 2009.10.15 by tynli. */
|
||||
static void rtl8723b_set_AP_FwRsvdPagePkt(
|
||||
struct adapter *padapter, bool bDLFinished
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user