Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf51ee79 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: Remove unused pwrctrl_priv->brfoffbyhw

parent 462eb49e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -165,7 +165,6 @@ void rtw_ps_processor23a(struct rtw_adapter*padapter)
		if (rfpwrstate!= pwrpriv->rf_pwrstate) {
			if (rfpwrstate == rf_off) {
				pwrpriv->change_rfpwrstate = rf_off;
				pwrpriv->brfoffbyhw = true;
				padapter->bCardDisableWOHSM = true;
				rtw_hw_suspend23a(padapter);
			} else {
+0 −1
Original line number Diff line number Diff line
@@ -210,7 +210,6 @@ struct pwrctrl_priv {
	u8	bHWPowerdown;/* if support hw power down */
	u8	bHWPwrPindetect;
	u8	bkeepfwalive;
	u8	brfoffbyhw;
	unsigned long PS_BBRegBackup[PSBBREG_TOTALCNT];
};

+0 −1
Original line number Diff line number Diff line
@@ -416,7 +416,6 @@ int rtw_hw_resume23a(struct rtw_adapter *padapter)
			netif_tx_wake_all_queues(pnetdev);

		pwrpriv->bkeepfwalive = false;
		pwrpriv->brfoffbyhw = false;

		pwrpriv->rf_pwrstate = rf_on;
		pwrpriv->bips_processing = false;