Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205710
b: refs/heads/master
c: 3ec64b0
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and Greg Kroah-Hartman committed Jun 22, 2010
1 parent a482a69 commit 52e46d6
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: ae67b584b40883cf63492b9df2b06c035da84780
refs/heads/master: 3ec64b05711e402f20cf30e44d83146c864738db
4 changes: 0 additions & 4 deletions trunk/drivers/staging/rtl8192e/ieee80211/ieee80211_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2793,8 +2793,6 @@ static inline void ieee80211_process_probe_response(
#endif
memcpy(target, &network, sizeof(*target));
list_add_tail(&target->list, &ieee->network_list);
if(ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE)
ieee80211_softmac_new_net(ieee,&network);
} else {
IEEE80211_DEBUG_SCAN("Updating '%s' (%pM) via %s.\n",
escape_essid(target->ssid,
Expand All @@ -2821,8 +2819,6 @@ static inline void ieee80211_process_probe_response(
//YJ,add,080819,for hidden ap,end

update_network(target, &network);
if(renew && (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE))
ieee80211_softmac_new_net(ieee,&network);
}

spin_unlock_irqrestore(&ieee->lock, flags);
Expand Down

0 comments on commit 52e46d6

Please sign in to comment.