提交 a8b47ea3 编写于 作者: R Ron Rindjunsky 提交者: David S. Miller

mac80211: fixing ieee80211_bar types

This patch changes ieee80211_bar control and start_seq_num to
match the proper bitwise attribute expected from ieee 802.11 frame
Signed-off-by: NRon Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 95b66bad
...@@ -237,8 +237,8 @@ struct ieee80211_bar { ...@@ -237,8 +237,8 @@ struct ieee80211_bar {
__le16 duration; __le16 duration;
__u8 ra[6]; __u8 ra[6];
__u8 ta[6]; __u8 ta[6];
__u16 control; __le16 control;
__u16 start_seq_num; __le16 start_seq_num;
} __attribute__((packed)); } __attribute__((packed));
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册