mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 06:43:06 +00:00
rtl8188eu: Remove CONFIG_INTEL_PROXIM
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
c010b6d78f
commit
549cb92f47
9 changed files with 50 additions and 190 deletions
|
@ -173,13 +173,6 @@ static bool rtw_pwr_unassociated_idle(struct adapter *adapter)
|
|||
if (adapter->registrypriv.mp_mode == 1)
|
||||
goto exit;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_INTEL_PROXIM
|
||||
if (adapter->proximity.proxim_on ==true) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (pxmit_priv->free_xmitbuf_cnt != NR_XMITBUFF ||
|
||||
pxmit_priv->free_xmit_extbuf_cnt != NR_XMIT_EXTBUFF) {
|
||||
DBG_88E_LEVEL(_drv_always_, "There are some pkts to transmit\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue