From: Solomon Peachy Date: Wed, 29 Oct 2008 14:42:53 +0000 (-0400) Subject: Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types. X-Git-Tag: v2.6.29-rc1~228^2~171 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaad430378dd128ee015c8ed6e77809317c496a5;p=pandora-kernel.git Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types. wlan-ng needed to interact with userspace, and support very old kernels, so it used to define its own types for integers to ensure consistency. It's all rather irrelevant now. Signed-off-by: Solomon Peachy Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed