mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
staging: rtl8723bs: remove the repeated declaration
Function 'rtw_indicate_wx_disassoc_event' and 'Hal_SetBandwidth' are declared twice in their header file, so remove the repeated declaration. Cc: Dan Carpenter <dan.carpenter@oracle.com> Cc: Hans de Goede <hdegoede@redhat.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Link: https://lore.kernel.org/r/1622077092-50618-1-git-send-email-zhangshaokun@hisilicon.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cb293e6b83
commit
90c9761899
|
|
@ -503,7 +503,6 @@ static inline u8 *myid(struct eeprom_priv *peepriv)
|
|||
|
||||
void rtw_indicate_wx_disassoc_event(struct adapter *padapter);
|
||||
void rtw_indicate_wx_assoc_event(struct adapter *padapter);
|
||||
void rtw_indicate_wx_disassoc_event(struct adapter *padapter);
|
||||
void indicate_wx_scan_complete_event(struct adapter *padapter);
|
||||
int rtw_change_ifname(struct adapter *padapter, const char *ifname);
|
||||
|
||||
|
|
|
|||
|
|
@ -348,7 +348,6 @@ void Hal_SetCarrierSuppressionTx(struct adapter *padapter, u8 bStart);
|
|||
void Hal_SetSingleToneTx(struct adapter *padapter, u8 bStart);
|
||||
void Hal_SetSingleCarrierTx(struct adapter *padapter, u8 bStart);
|
||||
void Hal_SetContinuousTx(struct adapter *padapter, u8 bStart);
|
||||
void Hal_SetBandwidth(struct adapter *padapter);
|
||||
|
||||
void Hal_SetDataRate(struct adapter *padapter);
|
||||
void Hal_SetChannel(struct adapter *padapter);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user