Thread (15 messages) 15 messages, 1 author, 2006-09-27
STALE7205d

[PATCH 7/14] d80211: Fix type of prism2_hostapd_param crypt.alg

From: Jiri Benc <hidden>
Date: 2006-09-27 15:49:47
Subsystem: networking [general], the rest · Maintainers: "David S. Miller", Eric Dumazet, Jakub Kicinski, Paolo Abeni, Linus Torvalds

From: David Kimdon <redacted>

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

Signed-off-by: David Kimdon <redacted>
Signed-off-by: Jiri Benc <redacted>

---

 net/d80211/hostapd_ioctl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

2c9c2aa6731a429574a987c26769466a19373359
diff --git a/net/d80211/hostapd_ioctl.h b/net/d80211/hostapd_ioctl.h
index 7c7305c..d302790 100644
--- a/net/d80211/hostapd_ioctl.h
+++ b/net/d80211/hostapd_ioctl.h
@@ -207,7 +207,7 @@ #define IEEE80211_STA_DYNAMIC_ENC BIT(0)
 			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;
-- 
1.3.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help