lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 13 Dec 2006 23:38:19 -0500
From:	Michael Wu <flamingice@...rmilk.net>
To:	yi.zhu@...el.com
Cc:	netdev@...r.kernel.org, Jiri Benc <jbenc@...e.cz>,
	John Linville <linville@...driver.com>
Subject: Re: [PATCH 1/6] d80211: add IEEE802.11e/WMM MLMEs, Status Code and Reason Code

On Wednesday 13 December 2006 23:02, Zhu Yi wrote:
> Signed-off-by: Zhu Yi <yi.zhu@...el.com>
>
You should probably have more in the description..

> ---
>
>  include/net/d80211_mgmt.h |  148
> +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 148
> insertions(+), 0 deletions(-)
>
d80211_mgmt.h was recently merged into include/linux/ieee80211.h.

> d83f6236e756f5f0bb1484d991884444f06704de
> diff --git a/include/net/d80211_mgmt.h b/include/net/d80211_mgmt.h
> index 87141d4..450c0a2 100644
> --- a/include/net/d80211_mgmt.h
> +++ b/include/net/d80211_mgmt.h
> @@ -14,6 +14,39 @@
>
>  #include <linux/types.h>
>
> +struct ieee802_11_ts_info {
> +	__le16 traffic_type:1;
> +	__le16 tsid:4;
> +	__le16 direction:2;
> +	__le16 access_policy:2;
> +	__le16 aggregation:1;
> +	__le16 apsd:1;
> +	__le16 up:3;
> +	__le16 ack_policy:2;
> +	u8 schedule:1;
> +	u8 reserved:7;
> +} __attribute__ ((packed));
> +
Mind eliminating the bitfields?

-Michael Wu

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ