From: Felix Fietkau Date: Thu, 1 Mar 2012 10:23:37 +0000 (+0100) Subject: mac80211: use 16 bit alignment for the if_ibss bssid field X-Git-Tag: v3.4-rc1~177^2~108^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d196e4b2ffd734393b54f351507462f19d737b5;p=pandora-kernel.git mac80211: use 16 bit alignment for the if_ibss bssid field Several MAC address comparison functions assume 16 bit alignment for pointers passed to them. Since the addition of the control_port field, alignment for the IBSS bssid was off by one, causing a severe performance hit on architectures without efficient unaligned access (e.g. MIPS). Signed-off-by: Felix Fietkau Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed