drivers: staging: rtl8723bs: Remove unused clr_fwstate() function
The clr_fwstate() function is not used anywhere, remove it. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230221145326.7808-3-hdegoede@redhat.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3f46703609
commit
fea50d5fba
|
@ -490,18 +490,6 @@ static inline void _clr_fwstate_(struct mlme_priv *pmlmepriv, signed int state)
|
||||||
pmlmepriv->bScanInProcess = false;
|
pmlmepriv->bScanInProcess = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* No Limit on the calling context,
|
|
||||||
* therefore set it to be the critical section...
|
|
||||||
*/
|
|
||||||
static inline void clr_fwstate(struct mlme_priv *pmlmepriv, signed int state)
|
|
||||||
{
|
|
||||||
spin_lock_bh(&pmlmepriv->lock);
|
|
||||||
if (check_fwstate(pmlmepriv, state) == true)
|
|
||||||
pmlmepriv->fw_state ^= state;
|
|
||||||
spin_unlock_bh(&pmlmepriv->lock);
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline void set_scanned_network_val(struct mlme_priv *pmlmepriv, signed int val)
|
static inline void set_scanned_network_val(struct mlme_priv *pmlmepriv, signed int val)
|
||||||
{
|
{
|
||||||
spin_lock_bh(&pmlmepriv->lock);
|
spin_lock_bh(&pmlmepriv->lock);
|
||||||
|
|
Loading…
Reference in New Issue