Skip to content

Commit

Permalink
[PATCH] libertas: fix debug build breakage due to field rename
Browse files Browse the repository at this point in the history
Missed when fixing mixed-case structure field names.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Dan Williams authored and David S. Miller committed Oct 10, 2007
1 parent 0aef64d commit 2ca10e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/libertas/join.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ int libertas_ret_80211_ad_hoc_start(wlan_private * priv,
lbs_deb_join("ADHOC_RESP: - Joined/Started Ad Hoc\n");
lbs_deb_join("ADHOC_RESP: channel = %d\n", adapter->curbssparams.channel);
lbs_deb_join("ADHOC_RESP: BSSID = " MAC_FMT "\n",
MAC_ARG(padhocresult->BSSID));
MAC_ARG(padhocresult->bssid));

done:
lbs_deb_leave_args(LBS_DEB_JOIN, "ret %d", ret);
Expand Down

0 comments on commit 2ca10e6

Please sign in to comment.