iwlwifi: remove wrong key use check
authorJohannes Berg <johannes.berg@intel.com>
Tue, 30 Mar 2010 09:43:05 +0000 (02:43 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Fri, 9 Apr 2010 18:27:41 +0000 (11:27 -0700)
commit43a61261d7f571f760611711cd4e6b64ef661ad1
tree6caf10fa75e408efbbde317f42ef7cf17dd58f5e
parent335348b1702cf78c9e79987a3d66e85a05c98b5c
iwlwifi: remove wrong key use check

Default WEP keys and regular keys are not allocated
from the same space in the firmware, so we shouldn't
use the same bits to indicate in use.

For default WEP keys, however, mac80211 won't allow
using the same key index twice, so the check is not
necessary at all -- add/remove are perfectly nested
due to those checks.

Other keys are allocated in the device in a global
array that only has a certain number of slots, so
for that we need to keep the allocation bitmap; but
the 802.11 key index isn't relevant there.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
drivers/net/wireless/iwlwifi/iwl-sta.c