Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205932
b: refs/heads/master
c: 26cc715
h: refs/heads/master
v: v3
  • Loading branch information
Florian Schilhabel authored and Greg Kroah-Hartman committed Jul 22, 2010
1 parent f0b11ef commit dab7820
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 67db39324f6fcc8dc2a286bc8881be1016c8dc29
refs/heads/master: 26cc71540ab80714f7635139526b4c0cb6fe465d
6 changes: 6 additions & 0 deletions trunk/drivers/staging/rtl8192su/ieee80211/ieee80211_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,12 @@ void ieee80211_associate_procedure_wq(struct work_struct *work)
//ieee->set_chan(ieee->dev, ieee->current_network.channel);
HTSetConnectBwMode(ieee, HT_CHANNEL_WIDTH_20, HT_EXTCHNL_OFFSET_NO_EXT);

if(ieee->eRFPowerState == eRfOff)
{
printk("=============>%s():Rf state is eRfOff, schedule ipsleave wq again,return\n",__FUNCTION__);
up(&ieee->wx_sem);
return;
}
ieee->associate_seq = 1;
ieee80211_associate_step1(ieee);

Expand Down

0 comments on commit dab7820

Please sign in to comment.