mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Remove CONFIG_INTERRUPT_BASED_TXBCN and derivatives
These are never selected. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
8f5cbefdef
commit
8c846f57f0
4 changed files with 0 additions and 78 deletions
|
@ -194,9 +194,7 @@ static void update_BCNTIM(struct adapter *padapter)
|
|||
|
||||
}
|
||||
|
||||
#ifndef CONFIG_INTERRUPT_BASED_TXBCN
|
||||
set_tx_beacon_cmd(padapter);
|
||||
#endif /* CONFIG_INTERRUPT_BASED_TXBCN */
|
||||
}
|
||||
|
||||
void rtw_add_bcn_ie(struct adapter *padapter, WLAN_BSSID_EX *pnetwork, u8 index, u8 *data, u8 len)
|
||||
|
@ -1088,20 +1086,13 @@ static void start_bss_network(struct adapter *padapter, u8 *pbuf)
|
|||
{
|
||||
update_beacon(padapter, _TIM_IE_, NULL, false);
|
||||
|
||||
#ifndef CONFIG_INTERRUPT_BASED_TXBCN /* other case will tx beacon when bcn interrupt coming in. */
|
||||
/* issue beacon frame */
|
||||
if(send_beacon(padapter)==_FAIL)
|
||||
DBG_871X("issue_beacon, fail!\n");
|
||||
#endif /* CONFIG_INTERRUPT_BASED_TXBCN */
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* update bc/mc sta_info */
|
||||
update_bmc_sta(padapter);
|
||||
|
||||
/* pmlmeext->bstart_bss = true; */
|
||||
|
||||
}
|
||||
|
||||
int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len)
|
||||
|
@ -1795,10 +1786,8 @@ void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx)
|
|||
|
||||
_exit_critical_bh(&pmlmepriv->bcn_update_lock, &irqL);
|
||||
|
||||
#ifndef CONFIG_INTERRUPT_BASED_TXBCN
|
||||
if(tx)
|
||||
set_tx_beacon_cmd(padapter);
|
||||
#endif /* CONFIG_INTERRUPT_BASED_TXBCN */
|
||||
}
|
||||
|
||||
#ifdef CONFIG_80211N_HT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue