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)
commit43ead78ac48b75aaf47de96fcf10cbf5962f32a6
tree8a38a617163ed842e7383bb560befc1d17026d59
parentadc009e2e76b222006beb7f9df6d0aee051509d2
drivers/net/wireless/ray_cs.c: Use iw_handler function prototypes

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>
drivers/net/wireless/ray_cs.c