From: Arnd Bergmann Date: Mon, 9 Nov 2009 04:57:03 +0000 (-0800) Subject: net/compat_ioctl: support SIOCWANDEV X-Git-Tag: v2.6.33-rc1~388^2~452 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a50a240c495478179f01c9df4bd75e39cff79c7;p=pandora-kernel.git net/compat_ioctl: support SIOCWANDEV This adds compat_ioctl support for SIOCWANDEV, which has always been missing. The definition of struct compat_ifreq was missing an ifru_settings fields that is needed to support SIOCWANDEV, so add that and clean up the whitespace damage in the struct definition. Signed-off-by: Arnd Bergmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed