From: David Kilroy Date: Thu, 21 Aug 2008 22:28:01 +0000 (+0100) Subject: orinoco: Use a macro to define wireless handlers X-Git-Tag: v2.6.28-rc1~717^2~403 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409644a98bfffef79985f2c39924a06288b1dfcf;p=pandora-kernel.git orinoco: Use a macro to define wireless handlers The macro identifiers for the various ioctls required for WPA support are longer than those currently used by the driver. This makes it messy to keep line length below 80 character. By defining a macro to initialise the handler table, we recover the common text. Signed-off-by: David Kilroy Signed-off-by: John W. Linville --- Reading git-diff-tree failed