Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205708
b: refs/heads/master
c: 96bd55b
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and Greg Kroah-Hartman committed Jun 22, 2010
1 parent d4c9ce9 commit 4c09246
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: b84206ee7e53f496e0e3ab2d57731a983996da83
refs/heads/master: 96bd55bd67de2dddb1d917b7631e23b86a8b1cd4
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ void ieee80211_wx_sync_scan_wq(struct ieee80211_device *ieee)
ieee80211_sta_ps_send_null_frame(ieee, 1);
#endif

netif_carrier_off(ieee->dev);

if (ieee->data_hard_stop)
ieee->data_hard_stop(ieee->dev);

Expand Down Expand Up @@ -389,7 +387,6 @@ void ieee80211_wx_sync_scan_wq(struct ieee80211_device *ieee)
if(ieee->iw_mode == IW_MODE_ADHOC || ieee->iw_mode == IW_MODE_MASTER)
ieee80211_start_send_beacons(ieee);

netif_carrier_on(ieee->dev);
count = 0;
up(&ieee->wx_sem);

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/rtl8192e/r8192E_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4318,7 +4318,6 @@ static void rtl819x_ifsilentreset(struct net_device *dev)
del_timer_sync(&ieee->associate_timer);
cancel_delayed_work(&ieee->associate_retry_wq);
ieee80211_stop_scan(ieee);
netif_carrier_off(dev);
up(&ieee->wx_sem);
}
else{
Expand Down

0 comments on commit 4c09246

Please sign in to comment.