]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: fix pointer signedness warning
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 22 Jan 2010 22:22:34 +0000 (14:22 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 25 Jan 2010 21:17:25 +0000 (16:17 -0500)
commit0e763526a0a4169b87bfd27305a06ab9af7b37ba
tree3ebe48f0f8df6eae827588bb3cf0a720d9c6c197
parent3d3f8980edd76243a8ec869636aae151adc73288
iwlwifi: fix pointer signedness warning

There are a few station addresses that are
char *, instead of the normal u8 *; gcc
gives pointer signedness warnings for some
of those, so use u8 * consistently.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-sta.c