diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2010-01-22 23:22:34 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-01-25 22:17:25 +0100 |
commit | 0b5d9b2689af0f59aeba67dc749b3681290d2166 (patch) | |
tree | 3ebe48f0f8df6eae827588bb3cf0a720d9c6c197 /drivers/acpi | |
parent | ath9k: fix beacon slot/buffer leak (diff) | |
download | linux-0b5d9b2689af0f59aeba67dc749b3681290d2166.tar.xz linux-0b5d9b2689af0f59aeba67dc749b3681290d2166.zip |
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>
Diffstat (limited to 'drivers/acpi')
0 files changed, 0 insertions, 0 deletions