mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[PATCH] libertas: fix debug build breakage due to field rename
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>
This commit is contained in:
parent
0aef64d758
commit
2ca10e6d6a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user