Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267682
b: refs/heads/master
c: d32ddcb
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 01cf517 commit d508456
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eccf634fc84c2e441b34a2c0bc4706616b8ff005
refs/heads/master: d32ddcba9d67b7d647576df9f8f62934956c60b9
5 changes: 0 additions & 5 deletions trunk/drivers/staging/rtl8192e/rtllib_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d508456

Please sign in to comment.