Loading drivers/staging/rtl8192e/rtllib_softmac.c +0 −5 Original line number Diff line number Diff line Loading @@ -608,13 +608,11 @@ void rtllib_softmac_scan_syncro(struct rtllib_device *ieee, u8 is_mesh) ieee->be_scan_inprogress = false; #ifndef FOR_MOBLIN { union iwreq_data wrqu; memset(&wrqu, 0, sizeof(wrqu)); wireless_send_event(ieee->dev,SIOCGIWSCAN,&wrqu,NULL); } #endif } void rtllib_softmac_scan_wq(void *data) Loading Loading @@ -2942,10 +2940,7 @@ void rtllib_disassociate(struct rtllib_device *ieee) queue_delayed_work_rsl(ieee->wq, &ieee->link_change_wq, 0); #ifndef FOR_ANDROID_X86 notify_wx_assoc_event(ieee); #endif } void rtllib_associate_retry_wq(void *data) Loading Loading
drivers/staging/rtl8192e/rtllib_softmac.c +0 −5 Original line number Diff line number Diff line Loading @@ -608,13 +608,11 @@ void rtllib_softmac_scan_syncro(struct rtllib_device *ieee, u8 is_mesh) ieee->be_scan_inprogress = false; #ifndef FOR_MOBLIN { union iwreq_data wrqu; memset(&wrqu, 0, sizeof(wrqu)); wireless_send_event(ieee->dev,SIOCGIWSCAN,&wrqu,NULL); } #endif } void rtllib_softmac_scan_wq(void *data) Loading Loading @@ -2942,10 +2940,7 @@ void rtllib_disassociate(struct rtllib_device *ieee) queue_delayed_work_rsl(ieee->wq, &ieee->link_change_wq, 0); #ifndef FOR_ANDROID_X86 notify_wx_assoc_event(ieee); #endif } void rtllib_associate_retry_wq(void *data) Loading