From: David Kimdon <[EMAIL PROTECTED]> crypt.alg is a string, use the correct type.
Signed-off-by: David Kimdon <[EMAIL PROTECTED]> Signed-off-by: Jiri Benc <[EMAIL PROTECTED]> --- 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 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html