commit | 409644a98bfffef79985f2c39924a06288b1dfcf | [log] [tgz] |
---|---|---|
author | David Kilroy <kilroyd@gmail.com> | Thu Aug 21 23:28:01 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 22 19:28:06 2008 -0400 |
tree | 6402461f30bf00cbd6e999160f0e2760c552ec3f | |
parent | 6cd90b1cac290c64a93b7e992bb1ef495988465f [diff] |
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 <kilroyd@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>