iwlwifi: support RSN IBSS
authorJohannes Berg <johannes.berg@intel.com>
Tue, 18 Jan 2011 12:44:03 +0000 (04:44 -0800)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Mon, 31 Jan 2011 21:19:14 +0000 (13:19 -0800)
commit274102a8a2a4a0b67c401b75a96694db76cfc701
tree88de23345ec3119777d15ddc8bdadddf1379503e
parent9dc2153315650eae220898668b6aa56a25c130be
iwlwifi: support RSN IBSS

In order to support RSN IBSS, we need to
(ok actually maybe it's just easiest to)
disable group key programming so that any
group-addressed frames will be decrypted
in software which handles the per-station
keys for this easily. We could keep the
encryption in the device, but that takes
more work and seems unnecessary.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-agn.c
drivers/net/wireless/iwlwifi/iwl3945-base.c