From: Johannes Berg Date: Fri, 22 Jan 2010 22:22:34 +0000 (-0800) Subject: iwlwifi: fix pointer signedness warning X-Git-Tag: v2.6.33-rc7~20^2~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b5d9b2689af0f59aeba67dc749b3681290d2166;p=pandora-kernel.git 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 Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed