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)
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>

No differences found