Skip to content

Commit 3fc7b93

Browse files
StudentTestTechgregkh
authored andcommitted
staging: rtl8723bs: remove unused function declarations
Remove unused declarations of MRateToHwRate8723B() and HwRateToMRate8723B() from rtl8723b_hal.h as they have no implementation and are never called. Signed-off-by: Oskar Ray-Frayssinet <rayfraytech@gmail.com> Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com> Link: https://patch.msgid.link/20260321223347.7054-1-rayfraytech@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent ff97e01 commit 3fc7b93

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/staging/rtl8723bs/include/rtl8723b_hal.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ int FirmwareDownloadBT(struct adapter *adapter, struct rt_firmware *firmware);
236236
void CCX_FwC2HTxRpt_8723b(struct adapter *padapter, u8 *pdata, u8 len);
237237
s32 c2h_id_filter_ccx_8723b(u8 *buf);
238238
s32 c2h_handler_8723b(struct adapter *padapter, u8 *pC2hEvent);
239-
u8 MRateToHwRate8723B(u8 rate);
240-
u8 HwRateToMRate8723B(u8 rate);
241239

242240
void Hal_ReadRFGainOffset(struct adapter *padapter, u8 *hwinfo,
243241
bool AutoLoadFail);

0 commit comments

Comments
 (0)