Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66442
b: refs/heads/master
c: ea8da92
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams authored and David S. Miller committed Oct 10, 2007
1 parent 7e9f0c3 commit 1bc5257
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 492b6da7d220b37275efb03710d57215304149fa
refs/heads/master: ea8da92d70c4e320c282d4e94138e40e36880be3
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/libertas/hostcmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ struct cmd_ds_802_11_associate_rsp {
};

struct cmd_ds_802_11_ad_hoc_result {
u8 PAD[3];
u8 BSSID[ETH_ALEN];
u8 pad[3];
u8 bssid[ETH_ALEN];
};

struct cmd_ds_802_11_set_wep {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/join.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ int libertas_ret_80211_ad_hoc_start(wlan_private * priv,

if (command == cmd_ret_802_11_ad_hoc_start) {
/* Update the created network descriptor with the new BSSID */
memcpy(bss->bssid, padhocresult->BSSID, ETH_ALEN);
memcpy(bss->bssid, padhocresult->bssid, ETH_ALEN);
}

/* Set the BSSID from the joined/started descriptor */
Expand Down

0 comments on commit 1bc5257

Please sign in to comment.