linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ieee80211: compile fixes
@ 2008-10-29 21:28 Pavel Roskin
  0 siblings, 0 replies; only message in thread
From: Pavel Roskin @ 2008-10-29 21:28 UTC (permalink / raw)
  To: John W Linville, linux-wireless

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");
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-29 21:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29 21:28 [PATCH] ieee80211: compile fixes Pavel Roskin

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).