From: Pavel Roskin <proski@gnu.org>
To: John W Linville <linville@tuxdriver.com>, linux-wireless@vger.kernel.org
Subject: [PATCH] ieee80211: compile fixes
Date: Wed, 29 Oct 2008 17:28:43 -0400 [thread overview]
Message-ID: <20081029212843.1583.62881.stgit@dv.roinet.com> (raw)
Use comma, not semicolon in ieee80211_parse_info_param(). Declare ssid
in ieee80211_wx_set_encode().
Signed-off-by: Pavel Roskin <proski@gnu.org>
---
net/ieee80211/ieee80211_rx.c | 2 +-
net/ieee80211/ieee80211_wx.c | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/net/ieee80211/ieee80211_rx.c b/net/ieee80211/ieee80211_rx.c
index b0bc39d..d6d5317 100644
--- a/net/ieee80211/ieee80211_rx.c
+++ b/net/ieee80211/ieee80211_rx.c
@@ -1178,7 +1178,7 @@ static int ieee80211_parse_info_param(struct ieee80211_info_element
IEEE80211_DEBUG_MGMT("MFIE_TYPE_SSID: '%s' len=%d.\n",
print_ssid(ssid, network->ssid,
- network->ssid_len);
+ network->ssid_len),
network->ssid_len);
break;
diff --git a/net/ieee80211/ieee80211_wx.c b/net/ieee80211/ieee80211_wx.c
index 698a856..70665e1 100644
--- a/net/ieee80211/ieee80211_wx.c
+++ b/net/ieee80211/ieee80211_wx.c
@@ -310,6 +310,7 @@ int ieee80211_wx_set_encode(struct ieee80211_device *ieee,
int i, key, key_provided, len;
struct ieee80211_crypt_data **crypt;
int host_crypto = ieee->host_encrypt || ieee->host_decrypt || ieee->host_build_iv;
+ DECLARE_SSID_BUF(ssid);
IEEE80211_DEBUG_WX("SET_ENCODE\n");
reply other threads:[~2008-10-29 21:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081029212843.1583.62881.stgit@dv.roinet.com \
--to=proski@gnu.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).