Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57670
b: refs/heads/master
c: 45f43de
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams authored and John W. Linville committed Jun 11, 2007
1 parent 3048a96 commit b90bd6d
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 57361c6edc5801636eeeef0100d3071ab0b5c573
refs/heads/master: 45f43de829981e9b9de56d6098d00d511b4fb56c
6 changes: 5 additions & 1 deletion trunk/drivers/net/wireless/libertas/join.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ int libertas_cmd_80211_authenticate(wlan_private * priv,
int ret = -1;
u8 *bssid = pdata_buf;

lbs_deb_enter(LBS_DEB_JOIN);

cmd->command = cpu_to_le16(cmd_802_11_authenticate);
cmd->size = cpu_to_le16(sizeof(struct cmd_ds_802_11_authenticate)
+ S_DS_GEN);
Expand All @@ -286,10 +288,12 @@ int libertas_cmd_80211_authenticate(wlan_private * priv,

memcpy(pauthenticate->macaddr, bssid, ETH_ALEN);

lbs_deb_join("AUTH_CMD: Bssid is : " MAC_FMT "\n", MAC_ARG(bssid));
lbs_deb_join("AUTH_CMD: BSSID is : " MAC_FMT " auth=0x%X\n",
MAC_ARG(bssid), pauthenticate->authtype);
ret = 0;

out:
lbs_deb_leave_args(LBS_DEB_JOIN, "ret %d", ret);
return ret;
}

Expand Down

0 comments on commit b90bd6d

Please sign in to comment.