summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ioctl.h
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2011-06-16 09:37:20 +0000
committerkevlo <kevlo@FreeBSD.org>2011-06-16 09:37:20 +0000
commitcc8fba8d7c933e32931cfc80150a2ed465e70825 (patch)
tree0fcb83a98a38ba202ebe1b1dc5e7536608927c75 /sys/net80211/ieee80211_ioctl.h
parent47a79e7f33b2a1b4ff9273b5da268287f7008ca4 (diff)
downloadFreeBSD-src-cc8fba8d7c933e32931cfc80150a2ed465e70825.zip
FreeBSD-src-cc8fba8d7c933e32931cfc80150a2ed465e70825.tar.gz
Change i_len in ieee80211req to be unsigned and fix other signed/unsigned
issues. Reviewed by: bschmidt Obtained from: NetBSD
Diffstat (limited to 'sys/net80211/ieee80211_ioctl.h')
-rw-r--r--sys/net80211/ieee80211_ioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h
index 7215a5e..cad5576 100644
--- a/sys/net80211/ieee80211_ioctl.h
+++ b/sys/net80211/ieee80211_ioctl.h
@@ -578,7 +578,7 @@ struct ieee80211req {
char i_name[IFNAMSIZ]; /* if_name, e.g. "wi0" */
uint16_t i_type; /* req type */
int16_t i_val; /* Index or simple value */
- int16_t i_len; /* Index or simple value */
+ uint16_t i_len; /* Index or simple value */
void *i_data; /* Extra data */
};
#define SIOCS80211 _IOW('i', 234, struct ieee80211req)
OpenPOWER on IntegriCloud