commit | 42986796409a6293351207150edb7b4689b6013d | [log] [tgz] |
---|---|---|
author | Winkler, Tomas <tomas.winkler@intel.com> | Mon Jan 19 15:30:22 2009 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jan 29 16:00:54 2009 -0500 |
tree | 5c920d2dac0a90a179dff34301ce5c6f59a49a45 | |
parent | 5cd19c5f15f4bd3354cc7f8f8b1125018a84a25c [diff] |
iwlwifi: fix iwl_mac_set_key and iwl3945_mac_set_key This patch fix iwl_mac_set_key function changed in patch "mac80211: clean up set_key callback" 1. removing 'static' const u8 *addr' that can possible cause conflict when two or more NICs are present in the system. 2. simplifying functions Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>