From: Joe Perches Date: Thu, 19 Dec 2013 00:52:17 +0000 (-0800) Subject: mac80211: align struct ps_data.tim to unsigned long X-Git-Tag: v3.14-rc1~94^2~238^2^2~84^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fe2bb8688cad3608f9fe0d0875f9f6ff776ba51;p=pandora-kernel.git 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 --- Reading git-diff-tree failed