wlcore/wl18xx/wl12xx: convert bitmaps to unsigned longs
authorEliad Peller <eliad@wizery.com>
Fri, 11 Jul 2014 00:01:39 +0000 (03:01 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 15 Jul 2014 20:00:02 +0000 (16:00 -0400)
The *_bit operations expect unsigned longs.
Instead of casting the pointers, simply define various
bitmaps as unsigned long (instead of u32).

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found