drivers/net/wireless/ray_cs.c: Use iw_handler function prototypes
authorJoe Perches <joe@perches.com>
Fri, 19 Mar 2010 01:29:40 +0000 (18:29 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 23 Mar 2010 20:50:28 +0000 (16:50 -0400)
Change local functions that are cast to iw_handler to
the more standard use with "union iwreq_data *wrqu"
so the iw_handler array no longer needs the casts.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found