mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723au: Remove no-op CheckFwRsvdPageContent23a()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a22301ec96
commit
559789d6cb
|
@ -441,11 +441,6 @@ static void ConstructProbeRsp(struct rtw_adapter *padapter, u8 *pframe,
|
|||
*pLength = pktlen;
|
||||
}
|
||||
|
||||
/* To check if reserved page content is destroyed by beacon beacuse beacon is too large. */
|
||||
void CheckFwRsvdPageContent23a(struct rtw_adapter *Adapter)
|
||||
{
|
||||
}
|
||||
|
||||
/* */
|
||||
/* Description: Fill the reserved packets that FW will use to RSVD page. */
|
||||
/* Now we just send 4 types packet to rsvd page. */
|
||||
|
|
|
@ -1034,8 +1034,6 @@ static void StopTxBeacon(struct rtw_adapter *padapter)
|
|||
rtl8723au_write8(padapter, REG_TBTT_PROHIBIT + 1, 0x64);
|
||||
pHalData->RegReg542 &= ~BIT(0);
|
||||
rtl8723au_write8(padapter, REG_TBTT_PROHIBIT + 2, pHalData->RegReg542);
|
||||
|
||||
CheckFwRsvdPageContent23a(padapter); /* 2010.06.23. Added by tynli. */
|
||||
}
|
||||
|
||||
static void _BeaconFunctionEnable(struct rtw_adapter *padapter, u8 Enable,
|
||||
|
|
|
@ -153,8 +153,6 @@ int rtl8723a_set_rssi_cmd(struct rtw_adapter *padapter, u8 *param);
|
|||
int rtl8723a_set_raid_cmd(struct rtw_adapter *padapter, u32 mask, u8 arg);
|
||||
void rtl8723a_add_rateatid(struct rtw_adapter *padapter, u32 bitmap, u8 arg, u8 rssi_level);
|
||||
|
||||
void CheckFwRsvdPageContent23a(struct rtw_adapter *padapter);
|
||||
|
||||
int FillH2CCmd(struct rtw_adapter *padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue