Skip to content

Commit

Permalink
mac80211: fixing ieee80211_bar types
Browse files Browse the repository at this point in the history
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: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Ron Rindjunsky authored and David S. Miller committed Jan 28, 2008
1 parent 95b66ba commit a8b47ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/ieee80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ struct ieee80211_bar {
__le16 duration;
__u8 ra[6];
__u8 ta[6];
__u16 control;
__u16 start_seq_num;
__le16 control;
__le16 start_seq_num;
} __attribute__((packed));

/**
Expand Down

0 comments on commit a8b47ea

Please sign in to comment.