]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf58138a82f6e490ae940933b132c28684731592e
tree8a38a617163ed842e7383bb560befc1d17026d59
parent4c8e73d4c57cc1b8fbcaed79da044f9da2b2b507
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