mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-08 07:14:03 +00:00
Remove wrappers
Port of 788253860c21f4e40add556d7ed715fefb2bafb3 Port of ace050139cee44d06b06b4c78074b4eb80fb7c0a
This commit is contained in:
@@ -50,7 +50,7 @@ void interrupt_handler_8192eu(_adapter *padapter, u16 pkt_len, u8 *pbuf)
|
||||
if (pHalData->IntArray[0] & IMR_BCNDMAINT0_88E) {
|
||||
struct tdls_ch_switch *pchsw_info = &padapter->tdlsinfo.chsw_info;
|
||||
u32 last_time = pchsw_info->cur_time;
|
||||
pchsw_info->cur_time = rtw_systime_to_ms(jiffies);
|
||||
pchsw_info->cur_time = jiffies_to_msecs(jiffies);
|
||||
if ((atomic_read(&pchsw_info->chsw_on) == _TRUE) &&
|
||||
/* Sometimes we receive multiple interrupts in very little time period, use the follow condition test to filter */
|
||||
(pchsw_info->cur_time - last_time > padapter->mlmeextpriv.mlmext_info.bcn_interval - 5) &&
|
||||
|
||||
Reference in New Issue
Block a user