Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56236
b: refs/heads/master
c: ad1f329
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams authored and John W. Linville committed May 11, 2007
1 parent 3e40f56 commit 1975a63
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: 4684c23dd472815755728fe954dfd2944956b4aa
refs/heads/master: ad1f3298959cf4321359da3288fd57acf2636369
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/assoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ static int should_stop_adhoc(wlan_adapter *adapter,
if (adapter->curbssparams.ssid.ssidlength != assoc_req->ssid.ssidlength)
return 1;
if (memcmp(adapter->curbssparams.ssid.ssid, assoc_req->ssid.ssid,
sizeof(struct WLAN_802_11_SSID)))
adapter->curbssparams.ssid.ssidlength))
return 1;

/* FIXME: deal with 'auto' mode somehow */
Expand Down

0 comments on commit 1975a63

Please sign in to comment.