commit | 43ead78ac48b75aaf47de96fcf10cbf5962f32a6 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Mar 18 18:29:40 2010 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Mar 23 16:50:28 2010 -0400 |
tree | 8a38a617163ed842e7383bb560befc1d17026d59 | |
parent | adc009e2e76b222006beb7f9df6d0aee051509d2 [diff] |
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>