Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197122
b: refs/heads/master
c: a5e135b
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 41229b7 commit 2f21792
Show file tree
Hide file tree
Showing 2 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: 592010bb71901d991cd758f6294db2db47e8efa1
refs/heads/master: a5e135b1f510e2d65f01190d7f292c298f337fc9
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ void ieee80211_wx_sync_scan_wq(struct work_struct *work)

chan = ieee->current_network.channel;

netif_carrier_off(ieee->dev);

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

Expand All @@ -300,8 +298,6 @@ void ieee80211_wx_sync_scan_wq(struct work_struct *work)
if(ieee->iw_mode == IW_MODE_ADHOC || ieee->iw_mode == IW_MODE_MASTER)
ieee80211_start_send_beacons(ieee);

netif_carrier_on(ieee->dev);

//YJ,add,080828, In prevent of lossing ping packet during scanning
//ieee80211_sta_ps_send_null_frame(ieee, false);
//YJ,add,080828,end
Expand Down

0 comments on commit 2f21792

Please sign in to comment.