netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] Fix type of prism2_hostapd_param crypt.alg
@ 2006-09-07 16:15 David Kimdon
  2006-09-21 19:27 ` Jiri Benc
  0 siblings, 1 reply; 2+ messages in thread
From: David Kimdon @ 2006-09-07 16:15 UTC (permalink / raw)
  To: netdev; +Cc: John W. Linville, Jiri Benc, David Kimdon

[-- Attachment #1: crypt.alg_type.patch --]
[-- Type: text/plain, Size: 542 bytes --]

crypt.alg is a string, use the correct type.

Signed-off-by: David Kimdon <david.kimdon@devicescape.com>

Index: wireless-dev/net/d80211/hostapd_ioctl.h
===================================================================
--- wireless-dev.orig/net/d80211/hostapd_ioctl.h
+++ wireless-dev/net/d80211/hostapd_ioctl.h
@@ -207,7 +207,7 @@ struct prism2_hostapd_param {
 			u32 last_ack_rssi;
 		} get_info_sta;
 		struct {
-			u8 alg[HOSTAP_CRYPT_ALG_NAME_LEN];
+			char alg[HOSTAP_CRYPT_ALG_NAME_LEN];
 			u32 flags;
 			u32 err;
 			u8 idx;

--

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-09-21 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-07 16:15 [patch] Fix type of prism2_hostapd_param crypt.alg David Kimdon
2006-09-21 19:27 ` Jiri Benc

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