]> Pileus Git - ~andy/linux/commit
mac80211: align struct ps_data.tim to unsigned long
authorJoe Perches <joe@perches.com>
Thu, 19 Dec 2013 00:52:17 +0000 (16:52 -0800)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 19 Dec 2013 08:18:03 +0000 (09:18 +0100)
commit5fe2bb8688cad3608f9fe0d0875f9f6ff776ba51
treed4eef507df75d6363758340f854e19da512c909a
parent367bbd10ee1abe986a6cfec11974d6c32a04bd96
mac80211: align struct ps_data.tim to unsigned long

Its address is used as an unsigned long *, so make sure
that the tim u8 array is properly aligned.

Signed-off-by: Joe Perches <joe@perches.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h