compat-2.6.32.h: cast const'd 4th argument on wireless_send_event()
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 13 Oct 2009 22:46:56 +0000 (15:46 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 13 Oct 2009 22:46:56 +0000 (15:46 -0700)
commit823d9c021da010234653a736d29c6807b6c900c0
tree25fc659166fd5b7e3e55c8f8579583772ec4c7e2
parent18a00227dfd674eaca05118f229a6ca476e9c2fe
compat-2.6.32.h: cast const'd 4th argument on wireless_send_event()

2.6.32 constified the 4th argument to wireless_send_event(), we can
avoid these pesky warning by casting for older kernels.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
compat/compat-2.6.32.h