Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281048
b: refs/heads/master
c: 7c19c1e
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 549ceb4 commit c6fffdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7990b0d7ec449b10da383bab191eb487185aadce
refs/heads/master: 7c19c1e80d348a5c79b65f9fc3d54bbbeea9cd0f
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8712/rtl871x_mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ void r8712_survey_event_callback(struct _adapter *adapter, u8 *pbuf)
ibss_wlan = r8712_find_network(
&pmlmepriv->scanned_queue,
pnetwork->MacAddress);
if (!ibss_wlan) {
if (ibss_wlan) {
memcpy(ibss_wlan->network.IEs,
pnetwork->IEs, 8);
goto exit;
Expand Down

0 comments on commit c6fffdf

Please sign in to comment.