rtl8188eu: Remove CONFIG_DETECT_C2H_BY_POLLING

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-11 13:24:40 -05:00
parent e542073502
commit cd557898d2
7 changed files with 0 additions and 197 deletions

View file

@ -418,10 +418,6 @@ struct mlme_priv {
_timer set_scan_deny_timer;
ATOMIC_T set_scan_deny; //0: allowed, 1: deny
#ifdef CONFIG_DETECT_C2H_BY_POLLING
_timer event_polling_timer;
#endif
struct qos_priv qospriv;
/* Number of non-HT AP/stations */
@ -686,10 +682,6 @@ void rtw_clear_scan_deny(struct adapter *adapter);
void rtw_set_scan_deny_timer_hdl(struct adapter *adapter);
void rtw_set_scan_deny(struct adapter *adapter, u32 ms);
#ifdef CONFIG_DETECT_C2H_BY_POLLING
extern void rtw_event_polling_timer_hdl(struct adapter *adapter);
#endif
extern int _rtw_init_mlme_priv(struct adapter *padapter);
void rtw_free_mlme_priv_ie_data(struct mlme_priv *pmlmepriv);