commit | 5e74b3aa6ffd80128e3df605bf27d8a6a3c04997 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Fri Jul 11 03:01:39 2014 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 15 16:00:02 2014 -0400 |
tree | bd4a489fad7a81801500bf6c035c3288631ff234 | |
parent | 9bccb8ae054fda9ab51e3291eeee545ecc1f1854 [diff] |
wlcore/wl18xx/wl12xx: convert bitmaps to unsigned longs 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>