From: Johannes Berg Date: Tue, 29 Jan 2008 15:57:51 +0000 (+0100) Subject: mac80211: make alignment warning optional X-Git-Tag: v2.6.25-rc1~1065^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6feeb8aad7925b4c00f785eac3039c772629b42f;p=pandora-kernel.git mac80211: make alignment warning optional Driver authors should be aware of the alignment requirements, but not everybody cares about the warning. This patch makes it depend on a new Kconfig symbol MAC80211_DEBUG_PACKET_ALIGNMENT which can be enabled regardless of MAC80211_DEBUG and is recommended for driver authors (only). This also restricts the warning to data packets so other packets need not be realigned to not trigger the warning. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed